Html Css Color HEX #F9D308 Gold

📋 copy color: '#F9D308'

red 249 ◦ green 211 ◦ blue 8

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

Shades of Gold #F9D308

Tints of Gold #F9D308

RGB

 RED value IS 249 (97.66% from 255) = 53.21%

 GREEN value IS 211 (82.81% from 255) = 45.09%

 BLUE value IS 8 (3.52% from 255) = 1.71%

R = 53.21%
G = 45.09%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#F9D308 (or 0xF9D308) is known color: Gold. HEX triplet: F9, D3 and 08. RGB value is (249,211,8). Sum of RGB (Red+Green+Blue) = 249+211+8=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 8 (3.52% from 255 or 1.71% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D308 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D308 is #062CF7. Grayscale: #C8C8C8. Windows color (decimal): -404728 or 578553. OLE color: 578553.

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

Color convert

RGB 249 211 8 -
CMYK 0 0.15 0.97 0.02
HSL 50.54º 0.95% 0.5% -
HSV(B) 50.54º 0.97% 0.98% -
XYZ 62.41 66.75 9.82 -
YUV 199.22 20.09 163.51 -
System Red Green Blue C M Y K H S L
Decimal 249 211 8 0 0.15 0.97 0.02 50.54 0.95 0.5
Hex F9 D3 8 0 F 61 2 33 5F 32
Octal 371 323 10 0 17 141 2 63 137 62
Binary 11111001 11010011 1000 0 1111 1100001 10 110011 1011111 110010

Color Harmonies of #F9D308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D308

Black with #F9D308

Text Example


Text Example

White with #F9D308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D308; }

 p { color: rgb(249,211,8); }

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

background-color css

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

 a { background-color: rgb(249,211,8); }

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

border-color css

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

 span { border-color: rgb(249,211,8); }

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