#F2CC3E

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

Shades of Festival #F2CC3E

Tints of Festival #F2CC3E

Color information

#F2CC3E (or 0xF2CC3E) is unknown color: approx Festival. HEX triplet: F2, CC and 3E. RGB value is (242,204,62). Sum of RGB (Red+Green+Blue) = 242+204+62=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 62 (24.61% from 255 or 12.20% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CC3E is #0D33C1. Grayscale: #C7C7C7. Windows color (decimal): -865218 or 4115698. OLE color: 4115698.

HSL color Cylindrical-coordinate representation of color #F2CC3E: hue angle of 47.33º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2CC3E is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB24220462-
CMYK00.160.740.05
HSL47.33º87.38%59.61%-
HSV(B)47.33º74.38%94.9%-
XYZ59.0862.4113.49-
YUV199.1750.59158.55-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.64%
GREEN value IS 204 (80.08% from 255) = 40.16%
BLUE value IS 62 (24.61% from 255) = 12.20%
R=47.64%
G=40.16%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422046200.160.740.0547.3387.3859.61
HexF2CC3E0104A52f573c
Octal3623147602011255712774
Binary111100101100110011111001000010010101011011111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CC3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CC3E; }

 p { color: rgb(242,204,62); }

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

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

 a { background-color: rgb(242,204,62); }

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

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

 span { border-color: rgb(242,204,62); }

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