#F3CA42

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

Shades of Festival #F3CA42

Tints of Festival #F3CA42

Color information

#F3CA42 (or 0xF3CA42) is unknown color: approx Festival. HEX triplet: F3, CA and 42. RGB value is (243,202,66). Sum of RGB (Red+Green+Blue) = 243+202+66=511 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.55% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 66 (26.17% from 255 or 12.92% from 511); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CA42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3CA42 is #0C35BD. Grayscale: #C7C7C7. Windows color (decimal): -800190 or 4377331. OLE color: 4377331.

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

Color convert

RGB24320266-
CMYK00.170.730.05
HSL46.1º88.06%60.59%-
HSV(B)46.1º72.84%95.29%-
XYZ59.0761.6913.95-
YUV198.7653.08159.56-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.55%
GREEN value IS 202 (79.30% from 255) = 39.53%
BLUE value IS 66 (26.17% from 255) = 12.92%
R=47.55%
G=39.53%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432026600.170.730.0546.188.0660.59
HexF3CA420114952e583d
Octal36331210202111155613075
Binary1111001111001010100001001000110010011011011101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CA42; }

 p { color: rgb(243,202,66); }

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

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

 a { background-color: rgb(243,202,66); }

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

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

 span { border-color: rgb(243,202,66); }

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