Html Css Color HEX #F8D609 Gold

📋 copy color: '#F8D609'

red 248 ◦ green 214 ◦ blue 9

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

Shades of Gold #F8D609

Tints of Gold #F8D609

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.44%

 BLUE value IS 9 (3.91% from 255) = 1.91%

R = 52.65%
G = 45.44%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F8D609 (or 0xF8D609) is known color: Gold. HEX triplet: F8, D6 and 09. RGB value is (248,214,9). Sum of RGB (Red+Green+Blue) = 248+214+9=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 9 (3.91% from 255 or 1.91% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D609 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D609 is #0729F6. Grayscale: #C9C9C9. Windows color (decimal): -469495 or 644856. OLE color: 644856.

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

Color convert

RGB 248 214 9 -
CMYK 0 0.14 0.96 0.03
HSL 51.46º 0.94% 0.5% -
HSV(B) 51.46º 0.96% 0.97% -
XYZ 62.81 68.07 10.09 -
YUV 200.8 19.76 161.67 -
System Red Green Blue C M Y K H S L
Decimal 248 214 9 0 0.14 0.96 0.03 51.46 0.94 0.5
Hex F8 D6 9 0 E 60 3 33 5E 32
Octal 370 326 11 0 16 140 3 63 136 62
Binary 11111000 11010110 1001 0 1110 1100000 11 110011 1011110 110010

Color Harmonies of #F8D609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D609

Black with #F8D609

Text Example


Text Example

White with #F8D609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D609; }

 p { color: rgb(248,214,9); }

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

background-color css

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

 a { background-color: rgb(248,214,9); }

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

border-color css

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

 span { border-color: rgb(248,214,9); }

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