COLOR #F8D754

HEX: #F8D754
RGB: (248,215,84)

Renk bilgisi

#F8D754 contains mainly red and green colors. #F8D754 ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#F8D754 color RGB value is (248,215,84).

  • kırmız ton 248;
  • yeşil ton 215;
  • mavi ton 84.
RGB:
(248,215,84)
(97%,84%,33%)

RGB bağlantıları ve doygunluk

R 248 of 255 = 97%
G 215 of 255 = 84%
B 84 of 255 = 33%

248
215
84

R + G + B ~ 71%. #F8D754 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
248 + 215 + 84 = 547 (100%)
R 248 of 547 ~ 45.34%
G 215 of 547 ~ 39.31%
B 84 of 547 ~ 15.36%

%45.34
%39.31
%15.36

CMYK RENK MODELİ

#F8D754 rengi CMYK tonu (0,13,66,3).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.31%
  • sarı tonu 66.13%
  • ana renk tonu 2.75%
CMYK:
(0,13,66,3)
C0M13Y66K3 
(0%,13%,66%,3%)
(0.00/0.13/0.66/0.03)	

CMYK yüzdeleri

%0
%13.31
%66.13
%2.75

Codes

Color #F8D754 in popluar color models

F8D754
RGB24821584
HSL48°92.13%65.10%
HSB/HSV48°66.13%97.25%
CMYK0.00%13.31%66.13%
2.75%

Color #F8D754 in popluar number systems.

HEXF8D754
Decimal24821584
Binary11111000110101111010100
Octal370327124

Shades and tints

Shades of #F8D754

#F8D754
(248,215,84)
#E2C44D
(226,196,77)
#CCB146
(204,177,70)
#B69E3F
(182,158,63)
#A08B38
(160,139,56)
#8A7831
(138,120,49)
#74652A
(116,101,42)
#5E5223
(94,82,35)
#483F1C
(72,63,28)
#322C15
(50,44,21)
#1C190E
(28,25,14)
#000000
(0,0,0)

Tints of #F8D754

#F8D754
(248,215,84)
#F8DA63
(248,218,99)
#F8DD72
(248,221,114)
#F8E081
(248,224,129)
#F8E390
(248,227,144)
#F8E69F
(248,230,159)
#F8E9AE
(248,233,174)
#F8ECBD
(248,236,189)
#F8EFCC
(248,239,204)
#F8F2DB
(248,242,219)
#F8F5EA
(248,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8D754 color. Also use rgb(248,215,84) instead hex code.

Text Font Color

.myTextColor { color: #F8D754; }

<p style="color:#F8D754">This sample text font color is #F8D754.</p>

This text font color is #F8D754.


Background Color

.myBgColor { background-color: #F8D754; }

<div style="background-color:#F8D754">Inner text</div>

This div background color is #F8D754.


Border color

.myBorderColor { border: 1px solid #F8D754; }

<div style="border:3px solid #F8D754">Div</div>

This div border color is #F8D754.


Opacity

.myOpacity80 { color: #F8D754; opacity: 0.8; }

<p style="color:#F8D754;opacity:0.8;">80%</p>

Text with #F8D754 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F8D754;}

<p style="text-shadow: 3px 3px 1px #F8D754">Text here.</p>

This text has shadow with #F8D754 color.

.textShadow {text-shadow: 3px 3px 1px #F8D754, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F8D754, 5px 5px 20px red">Text here.</p>

This text has shadow with #F8D754 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F8D754, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F8D754, Direction=45, Strength=4)">Text</p>

This text has shadow with #F8D754 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F8D754;
  -webkit-box-shadow:	1px 1px 3px 2px #F8D754;
  box-shadow:		1px 1px 3px 2px #F8D754;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F8D754;
-webkit-box-shadow: 1px 1px 3px 2px #F8D754;
box-shadow:1px 1px 3px 2px #F8D754;">
Div content here</div>
This div box has shadow with color #F8D754.

Preview

Color preview on black background

This text has color #F8D754 on black background.


Color preview on white background

This text has color #F8D754 on white background.



Black color preview on #F8D754 background

This text has black color on #F8D754 background.


White color preview on #F8D754 background

This text has white color on #F8D754 background.