#F2C849

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

Shades of Festival #F2C849

Tints of Festival #F2C849

Color information

#F2C849 (or 0xF2C849) is unknown color: approx Festival. HEX triplet: F2, C8 and 49. RGB value is (242,200,73). Sum of RGB (Red+Green+Blue) = 242+200+73=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 73 (28.91% from 255 or 14.17% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C849 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C849 is #0D37B6. Grayscale: #C6C6C6. Windows color (decimal): -866231 or 4835570. OLE color: 4835570.

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

Color convert

RGB24220073-
CMYK00.170.700.05
HSL45.09º86.67%61.76%-
HSV(B)45.09º69.83%94.9%-
XYZ58.4760.6714.93-
YUV198.0857.41159.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.99%
GREEN value IS 200 (78.52% from 255) = 38.83%
BLUE value IS 73 (28.91% from 255) = 14.17%
R=46.99%
G=38.83%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422007300.170.700.0545.0986.6761.76
HexF2C8490114652d573e
Octal36231011102110655512776
Binary1111001011001000100100101000110001101011011011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C849; }

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

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

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

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

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

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

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

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