#F2CF4C

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

Shades of Festival #F2CF4C

Tints of Festival #F2CF4C

Color information

#F2CF4C (or 0xF2CF4C) is unknown color: approx Festival. HEX triplet: F2, CF and 4C. RGB value is (242,207,76). Sum of RGB (Red+Green+Blue) = 242+207+76=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 76 (30.08% from 255 or 14.48% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CF4C is #0D30B3. Grayscale: #CBCBCB. Windows color (decimal): -864436 or 5033970. OLE color: 5033970.

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

Color convert

RGB24220776-
CMYK00.140.690.05
HSL47.35º86.46%62.35%-
HSV(B)47.35º68.6%94.9%-
XYZ60.2464.0216.02-
YUV202.5356.6156.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.10%
GREEN value IS 207 (81.25% from 255) = 39.43%
BLUE value IS 76 (30.08% from 255) = 14.48%
R=46.10%
G=39.43%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422077600.140.690.0547.3586.4662.35
HexF2CF4C0E4552f563e
Octal36231711401610555712676
Binary111100101100111110011000111010001011011011111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CF4C; }

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

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

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

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

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

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

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

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