Html Css Color HEX #F8DC06 Golden Yellow

📋 copy color: '#F8DC06'

red 248 ◦ green 220 ◦ blue 6

#F8DC06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Yellow #F8DC06

Tints of Golden Yellow #F8DC06

RGB

 RED value IS 248 (97.27% from 255) = 52.32%

 GREEN value IS 220 (86.33% from 255) = 46.41%

 BLUE value IS 6 (2.73% from 255) = 1.27%

R = 52.32%
G = 46.41%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F8DC06 (or 0xF8DC06) is known color: Golden Yellow. HEX triplet: F8, DC and 06. RGB value is (248,220,6). Sum of RGB (Red+Green+Blue) = 248+220+6=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 6 (2.73% from 255 or 1.27% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8DC06 is #0723F9. Grayscale: #CCCCCC. Windows color (decimal): -467962 or 449784. OLE color: 449784.

HSL color Cylindrical-coordinate representation of color #F8DC06: hue angle of 53.06º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8DC06 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 220 6 -
CMYK 0 0.11 0.98 0.03
HSL 53.06º 0.95% 0.5% -
HSV(B) 53.06º 0.98% 0.97% -
XYZ 64.34 71.16 10.52 -
YUV 203.98 16.28 159.4 -
System Red Green Blue C M Y K H S L
Decimal 248 220 6 0 0.11 0.98 0.03 53.06 0.95 0.5
Hex F8 DC 6 0 B 62 3 35 5F 32
Octal 370 334 6 0 13 142 3 65 137 62
Binary 11111000 11011100 110 0 1011 1100010 11 110101 1011111 110010

Color Harmonies of #F8DC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DC06

Black with #F8DC06

Text Example


Text Example

White with #F8DC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DC06; }

 p { color: rgb(248,220,6); }

 H1.HeaderClassName
 {
   color: #F8DC06;
 }
 .AnyTagClassName
 {
   color: #F8DC06;
 }
</style>

background-color css

<style>
 a { background-color: #F8DC06; }

 a { background-color: rgb(248,220,6); }

 div.DivClassName
 {
   background-color: #F8DC06;
 }
 .BgClassName
 {
   background-color: #F8DC06;
 }
</style>

border-color css

<style>
 span { border-color: #F8DC06; }

 span { border-color: rgb(248,220,6); }

 td.TdClassName
 {
   border-color: #F8DC06;
 }
 .TagClassName
 {
   border-color: #F8DC06;
 }
</style>