#F2CA27

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

Shades of Golden Dream #F2CA27

Tints of Golden Dream #F2CA27

Color information

#F2CA27 (or 0xF2CA27) is unknown color: approx Golden Dream. HEX triplet: F2, CA and 27. RGB value is (242,202,39). Sum of RGB (Red+Green+Blue) = 242+202+39=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 39 (15.62% from 255 or 8.07% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CA27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CA27 is #0D35D8. Grayscale: #C4C4C4. Windows color (decimal): -865753 or 2607858. OLE color: 2607858.

HSL color Cylindrical-coordinate representation of color #F2CA27: hue angle of 48.18º 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 #F2CA27 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB24220239-
CMYK00.170.840.05
HSL48.18º88.65%55.1%-
HSV(B)48.18º83.88%94.9%-
XYZ58.161.2610.68-
YUV195.3839.75161.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.10%
GREEN value IS 202 (79.30% from 255) = 41.82%
BLUE value IS 39 (15.62% from 255) = 8.07%
R=50.10%
G=41.82%
B=8.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.84
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422023900.170.840.0548.1888.6555.1
HexF2CA27011545305937
Octal3623124702112456013167
Binary111100101100101010011101000110101001011100001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CA27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CA27; }

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

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

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

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

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

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

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

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