#F2CB49

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

Shades of Festival #F2CB49

Tints of Festival #F2CB49

Color information

#F2CB49 (or 0xF2CB49) is unknown color: approx Festival. HEX triplet: F2, CB and 49. RGB value is (242,203,73). Sum of RGB (Red+Green+Blue) = 242+203+73=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 73 (28.91% from 255 or 14.09% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CB49 is #0D34B6. Grayscale: #C8C8C8. Windows color (decimal): -865463 or 4836338. OLE color: 4836338.

HSL color Cylindrical-coordinate representation of color #F2CB49: hue angle of 46.15º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2CB49 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB24220373-
CMYK00.160.700.05
HSL46.15º86.67%61.76%-
HSV(B)46.15º69.83%94.9%-
XYZ59.1862.0715.17-
YUV199.8456.42158.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.72%
GREEN value IS 203 (79.69% from 255) = 39.19%
BLUE value IS 73 (28.91% from 255) = 14.09%
R=46.72%
G=39.19%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422037300.160.700.0546.1586.6761.76
HexF2CB490104652e573e
Octal36231311102010655612776
Binary1111001011001011100100101000010001101011011101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CB49; }

 p { color: rgb(242,203,73); }

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

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

 a { background-color: rgb(242,203,73); }

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

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

 span { border-color: rgb(242,203,73); }

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