Html Css Color HEX #F0D50E Gold

📋 copy color: '#F0D50E'

red 240 ◦ green 213 ◦ blue 14

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

Shades of Gold #F0D50E

Tints of Gold #F0D50E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.61%

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

R = 51.39%
G = 45.61%
B = 3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0D50E (or 0xF0D50E) is known color: Gold. HEX triplet: F0, D5 and 0E. RGB value is (240,213,14). Sum of RGB (Red+Green+Blue) = 240+213+14=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 14 (5.86% from 255 or 3.00% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D50E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D50E is #0F2AF1. Grayscale: #C7C7C7. Windows color (decimal): -994034 or 972272. OLE color: 972272.

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

Color convert

RGB 240 213 14 -
CMYK 0 0.11 0.94 0.06
HSL 52.83º 0.89% 0.5% -
HSV(B) 52.83º 0.94% 0.94% -
XYZ 59.81 66.15 10.03 -
YUV 198.39 23.95 157.68 -
System Red Green Blue C M Y K H S L
Decimal 240 213 14 0 0.11 0.94 0.06 52.83 0.89 0.5
Hex F0 D5 E 0 B 5E 6 35 59 32
Octal 360 325 16 0 13 136 6 65 131 62
Binary 11110000 11010101 1110 0 1011 1011110 110 110101 1011001 110010

Color Harmonies of #F0D50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D50E

Black with #F0D50E

Text Example


Text Example

White with #F0D50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D50E; }

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

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

background-color css

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

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

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

border-color css

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

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

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