Html Css Color HEX #F1D40E Gold

📋 copy color: '#F1D40E'

red 241 ◦ green 212 ◦ blue 14

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

Shades of Gold #F1D40E

Tints of Gold #F1D40E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.4%

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

R = 51.61%
G = 45.4%
B = 3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F1D40E (or 0xF1D40E) is known color: Gold. HEX triplet: F1, D4 and 0E. RGB value is (241,212,14). Sum of RGB (Red+Green+Blue) = 241+212+14=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 14 (5.86% from 255 or 3.00% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D40E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D40E is #0E2BF1. Grayscale: #C6C6C6. Windows color (decimal): -928754 or 972017. OLE color: 972017.

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

Color convert

RGB 241 212 14 -
CMYK 0 0.12 0.94 0.05
HSL 52.33º 0.89% 0.5% -
HSV(B) 52.33º 0.94% 0.95% -
XYZ 59.9 65.82 9.96 -
YUV 198.1 24.11 158.6 -
System Red Green Blue C M Y K H S L
Decimal 241 212 14 0 0.12 0.94 0.05 52.33 0.89 0.5
Hex F1 D4 E 0 C 5E 5 34 59 32
Octal 361 324 16 0 14 136 5 64 131 62
Binary 11110001 11010100 1110 0 1100 1011110 101 110100 1011001 110010

Color Harmonies of #F1D40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D40E

Black with #F1D40E

Text Example


Text Example

White with #F1D40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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