Html Css Color HEX #F0D40E Gold

📋 copy color: '#F0D40E'

red 240 ◦ green 212 ◦ blue 14

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

Shades of Gold #F0D40E

Tints of Gold #F0D40E

RGB

 RED value IS 240 (94.14% from 255) = 51.5%

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

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

R = 51.5%
G = 45.49%
B = 3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0D40E (or 0xF0D40E) is known color: Gold. HEX triplet: F0, D4 and 0E. RGB value is (240,212,14). Sum of RGB (Red+Green+Blue) = 240+212+14=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 14 (5.86% from 255 or 3.00% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D40E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D40E is #0F2BF1. Grayscale: #C6C6C6. Windows color (decimal): -994290 or 972016. OLE color: 972016.

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

Color convert

RGB 240 212 14 -
CMYK 0 0.12 0.94 0.06
HSL 52.57º 0.89% 0.5% -
HSV(B) 52.57º 0.94% 0.94% -
XYZ 59.56 65.64 9.95 -
YUV 197.8 24.28 158.1 -
System Red Green Blue C M Y K H S L
Decimal 240 212 14 0 0.12 0.94 0.06 52.57 0.89 0.5
Hex F0 D4 E 0 C 5E 6 35 59 32
Octal 360 324 16 0 14 136 6 65 131 62
Binary 11110000 11010100 1110 0 1100 1011110 110 110101 1011001 110010

Color Harmonies of #F0D40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D40E

Black with #F0D40E

Text Example


Text Example

White with #F0D40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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