Shades of Festival #F3CC4A
Tints of Festival #F3CC4A
RGB
CMYK
RGB Variations
Color information
#F3CC4A (or 0xF3CC4A) is known color: Festival. HEX triplet: F3, CC and 4A. RGB value is (243,204,74). Sum of RGB (Red+Green+Blue) = 243+204+74=521 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.64% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 74 (29.30% from 255 or 14.20% from 521); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3CC4A is #0C33B5. Grayscale: #C9C9C9. Windows color (decimal): -799670 or 4902131. OLE color: 4902131.
HSL color Cylindrical-coordinate representation of color #F3CC4A: hue angle of 46.15º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F3CC4A is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 204 | 74 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.05 |
| HSL | 46.15º | 0.88% | 0.62% | - |
| HSV(B) | 46.15º | 0.7% | 0.95% | - |
| XYZ | 59.79 | 62.73 | 15.44 | - |
| YUV | 200.84 | 56.42 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 204 | 74 | 0 | 0.16 | 0.70 | 0.05 | 46.15 | 0.88 | 0.62 |
| Hex | F3 | CC | 4A | 0 | 10 | 46 | 5 | 2E | 58 | 3E |
| Octal | 363 | 314 | 112 | 0 | 20 | 106 | 5 | 56 | 130 | 76 |
| Binary | 11110011 | 11001100 | 1001010 | 0 | 10000 | 1000110 | 101 | 101110 | 1011000 | 111110 |
Color Harmonies of #F3CC4A
Complementary color
Monochromatic Colors of #F3CC4A
Black with #F3CC4A
Text Example
Text Example
White with #F3CC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CC4A; }
p { color: rgb(243,204,74); }
H1.HeaderClassName
{
color: #F3CC4A;
}
.AnyTagClassName
{
color: #F3CC4A;
}
</style>
background-color css
<style>
a { background-color: #F3CC4A; }
a { background-color: rgb(243,204,74); }
div.DivClassName
{
background-color: #F3CC4A;
}
.BgClassName
{
background-color: #F3CC4A;
}
</style>
border-color css
<style>
span { border-color: #F3CC4A; }
span { border-color: rgb(243,204,74); }
td.TdClassName
{
border-color: #F3CC4A;
}
.TagClassName
{
border-color: #F3CC4A;
}
</style>