#F2CA49

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

Shades of Festival #F2CA49

Tints of Festival #F2CA49

Color information

#F2CA49 (or 0xF2CA49) is unknown color: approx Festival. HEX triplet: F2, CA and 49. RGB value is (242,202,73). Sum of RGB (Red+Green+Blue) = 242+202+73=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 73 (28.91% from 255 or 14.12% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CA49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CA49 is #0D35B6. Grayscale: #C7C7C7. Windows color (decimal): -865719 or 4836082. OLE color: 4836082.

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

Color convert

RGB24220273-
CMYK00.170.700.05
HSL45.8º86.67%61.76%-
HSV(B)45.8º69.83%94.9%-
XYZ58.9461.615.09-
YUV199.2556.75158.49-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.81%
GREEN value IS 202 (79.30% from 255) = 39.07%
BLUE value IS 73 (28.91% from 255) = 14.12%
R=46.81%
G=39.07%
B=14.12%

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
Decimal2422027300.170.700.0545.886.6761.76
HexF2CA490114652e573e
Octal36231211102110655612776
Binary1111001011001010100100101000110001101011011101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CA49; }

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

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

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

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

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

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

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

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