Html Css Color HEX #F1D20E Gold

📋 copy color: '#F1D20E'

red 241 ◦ green 210 ◦ blue 14

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

Shades of Gold #F1D20E

Tints of Gold #F1D20E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.01%

R = 51.83%
G = 45.16%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F1D20E (or 0xF1D20E) is known color: Gold. HEX triplet: F1, D2 and 0E. RGB value is (241,210,14). Sum of RGB (Red+Green+Blue) = 241+210+14=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 14 (5.86% from 255 or 3.01% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D20E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D20E is #0E2DF1. Grayscale: #C5C5C5. Windows color (decimal): -929266 or 971505. OLE color: 971505.

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

Color convert

RGB 241 210 14 -
CMYK 0 0.13 0.94 0.05
HSL 51.81º 0.89% 0.5% -
HSV(B) 51.81º 0.94% 0.95% -
XYZ 59.4 64.83 9.8 -
YUV 196.93 24.77 159.44 -
System Red Green Blue C M Y K H S L
Decimal 241 210 14 0 0.13 0.94 0.05 51.81 0.89 0.5
Hex F1 D2 E 0 D 5E 5 34 59 32
Octal 361 322 16 0 15 136 5 64 131 62
Binary 11110001 11010010 1110 0 1101 1011110 101 110100 1011001 110010

Color Harmonies of #F1D20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D20E

Black with #F1D20E

Text Example


Text Example

White with #F1D20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D20E; }

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

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

background-color css

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

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

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

border-color css

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

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

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