Html Css Color HEX #F1D60E Gold

📋 copy color: '#F1D60E'

red 241 ◦ green 214 ◦ blue 14

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

Shades of Gold #F1D60E

Tints of Gold #F1D60E

RGB

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

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

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

R = 51.39%
G = 45.63%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F1D60E (or 0xF1D60E) is known color: Gold. HEX triplet: F1, D6 and 0E. RGB value is (241,214,14). Sum of RGB (Red+Green+Blue) = 241+214+14=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 14 (5.86% from 255 or 2.99% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D60E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D60E is #0E29F1. Grayscale: #C8C8C8. Windows color (decimal): -928242 or 972529. OLE color: 972529.

HSL color Cylindrical-coordinate representation of color #F1D60E: hue angle of 52.86º 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 #F1D60E is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 214 14 -
CMYK 0 0.11 0.94 0.05
HSL 52.86º 0.89% 0.5% -
HSV(B) 52.86º 0.94% 0.95% -
XYZ 60.4 66.83 10.13 -
YUV 199.27 23.45 157.76 -
System Red Green Blue C M Y K H S L
Decimal 241 214 14 0 0.11 0.94 0.05 52.86 0.89 0.5
Hex F1 D6 E 0 B 5E 5 35 59 32
Octal 361 326 16 0 13 136 5 65 131 62
Binary 11110001 11010110 1110 0 1011 1011110 101 110101 1011001 110010

Color Harmonies of #F1D60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D60E

Black with #F1D60E

Text Example


Text Example

White with #F1D60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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