Html Css Color HEX #F9D600 Gold

📋 copy color: '#F9D600'

red 249 ◦ green 214 ◦ blue 0

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

Shades of Gold #F9D600

Tints of Gold #F9D600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.78%
G = 46.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F9D600 (or 0xF9D600) is known color: Gold. HEX triplet: F9, D6 and 00. RGB value is (249,214,0). Sum of RGB (Red+Green+Blue) = 249+214+0=463 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.78% from 463); Green value is 214 (83.98% from 255 or 46.22% from 463); Blue value is 0 (0.39% from 255 or 0% from 463); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D600 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D600 is #0629FF. Grayscale: #C8C8C8. Windows color (decimal): -403968 or 55033. OLE color: 55033.

HSL color Cylindrical-coordinate representation of color #F9D600: hue angle of 51.57º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9D600 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 214 0 -
CMYK 0 0.14 1 0.02
HSL 51.57º 1% 0.49% -
HSV(B) 51.57º 1% 0.98% -
XYZ 63.11 68.23 9.84 -
YUV 200.07 15.1 162.9 -
System Red Green Blue C M Y K H S L
Decimal 249 214 0 0 0.14 1 0.02 51.57 1 0.49
Hex F9 D6 0 0 E 64 2 34 64 31
Octal 371 326 0 0 16 144 2 64 144 61
Binary 11111001 11010110 0 0 1110 1100100 10 110100 1100100 110001

Color Harmonies of #F9D600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D600

Black with #F9D600

Text Example


Text Example

White with #F9D600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D600; }

 p { color: rgb(249,214,0); }

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

background-color css

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

 a { background-color: rgb(249,214,0); }

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

border-color css

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

 span { border-color: rgb(249,214,0); }

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