#F2C84C

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

Shades of Festival #F2C84C

Tints of Festival #F2C84C

Color information

#F2C84C (or 0xF2C84C) is unknown color: approx Festival. HEX triplet: F2, C8 and 4C. RGB value is (242,200,76). Sum of RGB (Red+Green+Blue) = 242+200+76=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 76 (30.08% from 255 or 14.67% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C84C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C84C is #0D37B3. Grayscale: #C6C6C6. Windows color (decimal): -866228 or 5032178. OLE color: 5032178.

HSL color Cylindrical-coordinate representation of color #F2C84C: hue angle of 44.82º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F2C84C is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB24220076-
CMYK00.170.690.05
HSL44.82º86.46%62.35%-
HSV(B)44.82º68.6%94.9%-
XYZ58.5860.7115.47-
YUV198.4258.91159.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.72%
GREEN value IS 200 (78.52% from 255) = 38.61%
BLUE value IS 76 (30.08% from 255) = 14.67%
R=46.72%
G=38.61%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422007600.170.690.0544.8286.4662.35
HexF2C84C0114552d563e
Octal36231011402110555512676
Binary1111001011001000100110001000110001011011011011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C84C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C84C; }

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

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

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

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

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

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

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

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