#F2C949

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

Shades of Festival #F2C949

Tints of Festival #F2C949

Color information

#F2C949 (or 0xF2C949) is unknown color: approx Festival. HEX triplet: F2, C9 and 49. RGB value is (242,201,73). Sum of RGB (Red+Green+Blue) = 242+201+73=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 73 (28.91% from 255 or 14.15% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C949 is #0D36B6. Grayscale: #C7C7C7. Windows color (decimal): -865975 or 4835826. OLE color: 4835826.

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

Color convert

RGB24220173-
CMYK00.170.700.05
HSL45.44º86.67%61.76%-
HSV(B)45.44º69.83%94.9%-
XYZ58.7161.1315.01-
YUV198.6757.08158.91-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.90%
GREEN value IS 201 (78.91% from 255) = 38.95%
BLUE value IS 73 (28.91% from 255) = 14.15%
R=46.90%
G=38.95%
B=14.15%

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
Decimal2422017300.170.700.0545.4486.6761.76
HexF2C9490114652d573e
Octal36231111102110655512776
Binary1111001011001001100100101000110001101011011011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C949; }

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

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

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

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

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

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

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

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