Html Css Color HEX #F0D207 Gold

📋 copy color: '#F0D207'

red 240 ◦ green 210 ◦ blue 7

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

Shades of Gold #F0D207

Tints of Gold #F0D207

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.95%

 BLUE value IS 7 (3.13% from 255) = 1.53%

R = 52.52%
G = 45.95%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F0D207 (or 0xF0D207) is known color: Gold. HEX triplet: F0, D2 and 07. RGB value is (240,210,7). Sum of RGB (Red+Green+Blue) = 240+210+7=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 210 (82.42% from 255 or 45.95% from 457); Blue value is 7 (3.12% from 255 or 1.53% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D207 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D207 is #0F2DF8. Grayscale: #C4C4C4. Windows color (decimal): -994809 or 512752. OLE color: 512752.

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

Color convert

RGB 240 210 7 -
CMYK 0 0.12 0.97 0.06
HSL 52.27º 0.94% 0.48% -
HSV(B) 52.27º 0.97% 0.94% -
XYZ 59.02 64.63 9.57 -
YUV 195.83 21.44 159.51 -
System Red Green Blue C M Y K H S L
Decimal 240 210 7 0 0.12 0.97 0.06 52.27 0.94 0.48
Hex F0 D2 7 0 C 61 6 34 5E 30
Octal 360 322 7 0 14 141 6 64 136 60
Binary 11110000 11010010 111 0 1100 1100001 110 110100 1011110 110000

Color Harmonies of #F0D207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D207

Black with #F0D207

Text Example


Text Example

White with #F0D207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D207; }

 p { color: rgb(240,210,7); }

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

background-color css

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

 a { background-color: rgb(240,210,7); }

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

border-color css

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

 span { border-color: rgb(240,210,7); }

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