Html Css Color HEX #F1D200 Gold

📋 copy color: '#F1D200'

red 241 ◦ green 210 ◦ blue 0

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

Shades of Gold #F1D200

Tints of Gold #F1D200

RGB

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

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

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

R = 53.44%
G = 46.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F1D200 (or 0xF1D200) is known color: Gold. HEX triplet: F1, D2 and 00. RGB value is (241,210,0). Sum of RGB (Red+Green+Blue) = 241+210+0=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 210 (82.42% from 255 or 46.56% from 451); Blue value is 0 (0.39% from 255 or 0% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D200 is #0E2DFF. Grayscale: #C4C4C4. Windows color (decimal): -929280 or 54001. OLE color: 54001.

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

Color convert

RGB 241 210 0 -
CMYK 0 0.13 1 0.05
HSL 52.28º 1% 0.47% -
HSV(B) 52.28º 1% 0.95% -
XYZ 59.32 64.79 9.38 -
YUV 195.33 17.77 160.58 -
System Red Green Blue C M Y K H S L
Decimal 241 210 0 0 0.13 1 0.05 52.28 1 0.47
Hex F1 D2 0 0 D 64 5 34 64 2F
Octal 361 322 0 0 15 144 5 64 144 57
Binary 11110001 11010010 0 0 1101 1100100 101 110100 1100100 101111

Color Harmonies of #F1D200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D200

Black with #F1D200

Text Example


Text Example

White with #F1D200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D200; }

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

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

background-color css

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

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

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

border-color css

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

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

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