#F2D033

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

Shades of Golden Dream #F2D033

Tints of Golden Dream #F2D033

Color information

#F2D033 (or 0xF2D033) is unknown color: approx Golden Dream. HEX triplet: F2, D0 and 33. RGB value is (242,208,51). Sum of RGB (Red+Green+Blue) = 242+208+51=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 51 (20.31% from 255 or 10.18% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D033 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D033 is #0D2FCC. Grayscale: #C8C8C8. Windows color (decimal): -864205 or 3395826. OLE color: 3395826.

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

Color convert

RGB24220851-
CMYK00.140.790.05
HSL49.32º88.02%57.45%-
HSV(B)49.32º78.93%94.9%-
XYZ59.7764.2312.38-
YUV200.2743.76157.77-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.30%
GREEN value IS 208 (81.64% from 255) = 41.52%
BLUE value IS 51 (20.31% from 255) = 10.18%
R=48.30%
G=41.52%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422085100.140.790.0549.3288.0257.45
HexF2D0330E4F5315839
Octal3623206301611756113071
Binary11110010110100001100110111010011111011100011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D033; }

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

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

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

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

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

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

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

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