Html Css Color HEX #F1D209 Gold

📋 copy color: '#F1D209'

red 241 ◦ green 210 ◦ blue 9

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

Shades of Gold #F1D209

Tints of Gold #F1D209

RGB

 RED value IS 241 (94.53% from 255) = 52.39%

 GREEN value IS 210 (82.42% from 255) = 45.65%

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

R = 52.39%
G = 45.65%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F1D209 (or 0xF1D209) is known color: Gold. HEX triplet: F1, D2 and 09. RGB value is (241,210,9). Sum of RGB (Red+Green+Blue) = 241+210+9=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 210 (82.42% from 255 or 45.65% from 460); Blue value is 9 (3.91% from 255 or 1.96% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D209 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D209 is #0E2DF6. Grayscale: #C5C5C5. Windows color (decimal): -929271 or 643825. OLE color: 643825.

HSL color Cylindrical-coordinate representation of color #F1D209: hue angle of 51.98º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F1D209 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 210 9 -
CMYK 0 0.13 0.96 0.05
HSL 51.98º 0.93% 0.49% -
HSV(B) 51.98º 0.96% 0.95% -
XYZ 59.37 64.81 9.64 -
YUV 196.36 22.27 159.84 -
System Red Green Blue C M Y K H S L
Decimal 241 210 9 0 0.13 0.96 0.05 51.98 0.93 0.49
Hex F1 D2 9 0 D 60 5 34 5D 31
Octal 361 322 11 0 15 140 5 64 135 61
Binary 11110001 11010010 1001 0 1101 1100000 101 110100 1011101 110001

Color Harmonies of #F1D209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D209

Black with #F1D209

Text Example


Text Example

White with #F1D209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D209; }

 p { color: rgb(241,210,9); }

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

background-color css

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

 a { background-color: rgb(241,210,9); }

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

border-color css

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

 span { border-color: rgb(241,210,9); }

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