#F2D037

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

Shades of Golden Dream #F2D037

Tints of Golden Dream #F2D037

Color information

#F2D037 (or 0xF2D037) is unknown color: approx Golden Dream. HEX triplet: F2, D0 and 37. RGB value is (242,208,55). Sum of RGB (Red+Green+Blue) = 242+208+55=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 55 (21.88% from 255 or 10.89% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D037 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D037 is #0D2FC8. Grayscale: #C9C9C9. Windows color (decimal): -864201 or 3657970. OLE color: 3657970.

HSL color Cylindrical-coordinate representation of color #F2D037: hue angle of 49.09º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F2D037 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB24220855-
CMYK00.140.770.05
HSL49.09º87.79%58.24%-
HSV(B)49.09º77.27%94.9%-
XYZ59.8664.2612.86-
YUV200.7245.76157.44-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.92%
GREEN value IS 208 (81.64% from 255) = 41.19%
BLUE value IS 55 (21.88% from 255) = 10.89%
R=47.92%
G=41.19%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.77
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422085500.140.770.0549.0987.7958.24
HexF2D0370E4D531583a
Octal3623206701611556113072
Binary11110010110100001101110111010011011011100011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D037; }

 p { color: rgb(242,208,55); }

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

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

 a { background-color: rgb(242,208,55); }

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

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

 span { border-color: rgb(242,208,55); }

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