Shades of Festival #F3CA4C
Tints of Festival #F3CA4C
RGB
CMYK
RGB Variations
Color information
#F3CA4C (or 0xF3CA4C) is known color: Festival. HEX triplet: F3, CA and 4C. RGB value is (243,202,76). Sum of RGB (Red+Green+Blue) = 243+202+76=521 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.64% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 76 (30.08% from 255 or 14.59% from 521); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CA4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3CA4C is #0C35B3. Grayscale: #C8C8C8. Windows color (decimal): -800180 or 5032691. OLE color: 5032691.
HSL color Cylindrical-coordinate representation of color #F3CA4C: hue angle of 45.27º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F3CA4C is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 202 | 76 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.05 |
| HSL | 45.27º | 0.87% | 0.63% | - |
| HSV(B) | 45.27º | 0.69% | 0.95% | - |
| XYZ | 59.39 | 61.82 | 15.64 | - |
| YUV | 199.9 | 58.08 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 202 | 76 | 0 | 0.17 | 0.69 | 0.05 | 45.27 | 0.87 | 0.63 |
| Hex | F3 | CA | 4C | 0 | 11 | 45 | 5 | 2D | 57 | 3F |
| Octal | 363 | 312 | 114 | 0 | 21 | 105 | 5 | 55 | 127 | 77 |
| Binary | 11110011 | 11001010 | 1001100 | 0 | 10001 | 1000101 | 101 | 101101 | 1010111 | 111111 |
Color Harmonies of #F3CA4C
Complementary color
Monochromatic Colors of #F3CA4C
Black with #F3CA4C
Text Example
Text Example
White with #F3CA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CA4C; }
p { color: rgb(243,202,76); }
H1.HeaderClassName
{
color: #F3CA4C;
}
.AnyTagClassName
{
color: #F3CA4C;
}
</style>
background-color css
<style>
a { background-color: #F3CA4C; }
a { background-color: rgb(243,202,76); }
div.DivClassName
{
background-color: #F3CA4C;
}
.BgClassName
{
background-color: #F3CA4C;
}
</style>
border-color css
<style>
span { border-color: #F3CA4C; }
span { border-color: rgb(243,202,76); }
td.TdClassName
{
border-color: #F3CA4C;
}
.TagClassName
{
border-color: #F3CA4C;
}
</style>