#F2D404

Color #F2D404 Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold #F2D404

Tints of Gold #F2D404

Color information

#F2D404 (or 0xF2D404) is unknown color: approx Gold. HEX triplet: F2, D4 and 04. RGB value is (242,212,4). Sum of RGB (Red+Green+Blue) = 242+212+4=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 212 (83.20% from 255 or 46.29% from 458); Blue value is 4 (1.95% from 255 or 0.87% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D404 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D404 is #0D2BFB. Grayscale: #C6C6C6. Windows color (decimal): -863228 or 316658. OLE color: 316658.

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

Color convert

RGB2422124-
CMYK00.120.980.05
HSL52.44º96.75%48.24%-
HSV(B)52.44º98.35%94.9%-
XYZ60.1865.979.68-
YUV197.2618.94159.91-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.84%
GREEN value IS 212 (83.20% from 255) = 46.29%
BLUE value IS 4 (1.95% from 255) = 0.87%
R=52.84%
G=46.29%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242212400.120.980.0552.4496.7548.24
HexF2D440C625346130
Octal362324401414256414160
Binary11110010110101001000110011000101011101001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D404; }

 p { color: rgb(242,212,4); }

 H1.HeaderClassName
 {
   color: #F2D404;
 }
 .AnyTagClassName
 {
   color: #F2D404;
 }
</style>
background-color css

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

 a { background-color: rgb(242,212,4); }

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

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

 span { border-color: rgb(242,212,4); }

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