Html Css Color HEX #F0D204 Gold

📋 copy color: '#F0D204'

red 240 ◦ green 210 ◦ blue 4

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

Shades of Gold #F0D204

Tints of Gold #F0D204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.88%

R = 52.86%
G = 46.26%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F0D204 (or 0xF0D204) is known color: Gold. HEX triplet: F0, D2 and 04. RGB value is (240,210,4). Sum of RGB (Red+Green+Blue) = 240+210+4=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 210 (82.42% from 255 or 46.26% from 454); Blue value is 4 (1.95% from 255 or 0.88% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D204 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D204 is #0F2DFB. Grayscale: #C4C4C4. Windows color (decimal): -994812 or 316144. OLE color: 316144.

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

Color convert

RGB 240 210 4 -
CMYK 0 0.12 0.98 0.06
HSL 52.37º 0.97% 0.48% -
HSV(B) 52.37º 0.98% 0.94% -
XYZ 59 64.63 9.48 -
YUV 195.49 19.94 159.75 -
System Red Green Blue C M Y K H S L
Decimal 240 210 4 0 0.12 0.98 0.06 52.37 0.97 0.48
Hex F0 D2 4 0 C 62 6 34 61 30
Octal 360 322 4 0 14 142 6 64 141 60
Binary 11110000 11010010 100 0 1100 1100010 110 110100 1100001 110000

Color Harmonies of #F0D204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D204

Black with #F0D204

Text Example


Text Example

White with #F0D204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D204; }

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

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

background-color css

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

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

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

border-color css

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

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

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