#F2CF27

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

Shades of Golden Dream #F2CF27

Tints of Golden Dream #F2CF27

Color information

#F2CF27 (or 0xF2CF27) is unknown color: approx Golden Dream. HEX triplet: F2, CF and 27. RGB value is (242,207,39). Sum of RGB (Red+Green+Blue) = 242+207+39=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 39 (15.62% from 255 or 7.99% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CF27 is #0D30D8. Grayscale: #C7C7C7. Windows color (decimal): -864473 or 2609138. OLE color: 2609138.

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

Color convert

RGB24220739-
CMYK00.140.840.05
HSL49.66º88.65%55.1%-
HSV(B)49.66º83.88%94.9%-
XYZ59.363.6511.08-
YUV198.3138.1159.16-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.59%
GREEN value IS 207 (81.25% from 255) = 42.42%
BLUE value IS 39 (15.62% from 255) = 7.99%
R=49.59%
G=42.42%
B=7.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.84
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422073900.140.840.0549.6688.6555.1
HexF2CF270E545325937
Octal3623174701612456213167
Binary11110010110011111001110111010101001011100101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CF27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CF27; }

 p { color: rgb(242,207,39); }

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

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

 a { background-color: rgb(242,207,39); }

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

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

 span { border-color: rgb(242,207,39); }

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