Html Css Color HEX #F9D100 Gold

📋 copy color: '#F9D100'

red 249 ◦ green 209 ◦ blue 0

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

Shades of Gold #F9D100

Tints of Gold #F9D100

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.63%

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

R = 54.37%
G = 45.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F9D100 (or 0xF9D100) is known color: Gold. HEX triplet: F9, D1 and 00. RGB value is (249,209,0). Sum of RGB (Red+Green+Blue) = 249+209+0=458 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.37% from 458); Green value is 209 (82.03% from 255 or 45.63% from 458); Blue value is 0 (0.39% from 255 or 0% from 458); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D100 is #062EFF. Grayscale: #C6C6C6. Windows color (decimal): -405248 or 53753. OLE color: 53753.

HSL color Cylindrical-coordinate representation of color #F9D100: hue angle of 50.36º 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 #F9D100 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 209 0 -
CMYK 0 0.16 1 0.02
HSL 50.36º 1% 0.49% -
HSV(B) 50.36º 1% 0.98% -
XYZ 61.87 65.74 9.43 -
YUV 197.13 16.75 164.99 -
System Red Green Blue C M Y K H S L
Decimal 249 209 0 0 0.16 1 0.02 50.36 1 0.49
Hex F9 D1 0 0 10 64 2 32 64 31
Octal 371 321 0 0 20 144 2 62 144 61
Binary 11111001 11010001 0 0 10000 1100100 10 110010 1100100 110001

Color Harmonies of #F9D100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D100

Black with #F9D100

Text Example


Text Example

White with #F9D100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D100; }

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

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

background-color css

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

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

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

border-color css

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

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

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