#F2C928

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

Shades of Golden Dream #F2C928

Tints of Golden Dream #F2C928

Color information

#F2C928 (or 0xF2C928) is unknown color: approx Golden Dream. HEX triplet: F2, C9 and 28. RGB value is (242,201,40). Sum of RGB (Red+Green+Blue) = 242+201+40=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 40 (16.02% from 255 or 8.28% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C928 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C928 is #0D36D7. Grayscale: #C3C3C3. Windows color (decimal): -866008 or 2673138. OLE color: 2673138.

HSL color Cylindrical-coordinate representation of color #F2C928: hue angle of 47.82º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2C928 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB24220140-
CMYK00.170.830.05
HSL47.82º88.6%55.29%-
HSV(B)47.82º83.47%94.9%-
XYZ57.8960.810.69-
YUV194.940.58161.59-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.10%
GREEN value IS 201 (78.91% from 255) = 41.61%
BLUE value IS 40 (16.02% from 255) = 8.28%
R=50.10%
G=41.61%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422014000.170.830.0547.8288.655.29
HexF2C928011535305937
Octal3623115002112356013167
Binary111100101100100110100001000110100111011100001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C928; }

 p { color: rgb(242,201,40); }

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

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

 a { background-color: rgb(242,201,40); }

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

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

 span { border-color: rgb(242,201,40); }

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