Html Css Color HEX #F0D60F Gold

📋 copy color: '#F0D60F'

red 240 ◦ green 214 ◦ blue 15

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

Shades of Gold #F0D60F

Tints of Gold #F0D60F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.2%

R = 51.17%
G = 45.63%
B = 3.2%

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

#F0D60F (or 0xF0D60F) is known color: Gold. HEX triplet: F0, D6 and 0F. RGB value is (240,214,15). Sum of RGB (Red+Green+Blue) = 240+214+15=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 15 (6.25% from 255 or 3.20% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D60F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D60F is #0F29F0. Grayscale: #C7C7C7. Windows color (decimal): -993777 or 1038064. OLE color: 1038064.

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

Color convert

RGB 240 214 15 -
CMYK 0 0.11 0.94 0.06
HSL 53.07º 0.88% 0.5% -
HSV(B) 53.07º 0.94% 0.94% -
XYZ 60.07 66.65 10.15 -
YUV 199.09 24.11 157.18 -
System Red Green Blue C M Y K H S L
Decimal 240 214 15 0 0.11 0.94 0.06 53.07 0.88 0.5
Hex F0 D6 F 0 B 5E 6 35 58 32
Octal 360 326 17 0 13 136 6 65 130 62
Binary 11110000 11010110 1111 0 1011 1011110 110 110101 1011000 110010

Color Harmonies of #F0D60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D60F

Black with #F0D60F

Text Example


Text Example

White with #F0D60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D60F; }

 p { color: rgb(240,214,15); }

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

background-color css

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

 a { background-color: rgb(240,214,15); }

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

border-color css

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

 span { border-color: rgb(240,214,15); }

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