Shades of Festival #F3C944
Tints of Festival #F3C944
RGB
CMYK
RGB Variations
Color information
#F3C944 (or 0xF3C944) is known color: Festival. HEX triplet: F3, C9 and 44. RGB value is (243,201,68). Sum of RGB (Red+Green+Blue) = 243+201+68=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 68 (26.95% from 255 or 13.28% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C944 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C944 is #0C36BB. Grayscale: #C6C6C6. Windows color (decimal): -800444 or 4508147. OLE color: 4508147.
HSL color Cylindrical-coordinate representation of color #F3C944: hue angle of 45.6º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F3C944 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 201 | 68 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.05 |
| HSL | 45.6º | 0.88% | 0.61% | - |
| HSV(B) | 45.6º | 0.72% | 0.95% | - |
| XYZ | 58.89 | 61.25 | 14.19 | - |
| YUV | 198.4 | 54.41 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 201 | 68 | 0 | 0.17 | 0.72 | 0.05 | 45.6 | 0.88 | 0.61 |
| Hex | F3 | C9 | 44 | 0 | 11 | 48 | 5 | 2E | 58 | 3D |
| Octal | 363 | 311 | 104 | 0 | 21 | 110 | 5 | 56 | 130 | 75 |
| Binary | 11110011 | 11001001 | 1000100 | 0 | 10001 | 1001000 | 101 | 101110 | 1011000 | 111101 |
Color Harmonies of #F3C944
Complementary color
Monochromatic Colors of #F3C944
Black with #F3C944
Text Example
Text Example
White with #F3C944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C944; }
p { color: rgb(243,201,68); }
H1.HeaderClassName
{
color: #F3C944;
}
.AnyTagClassName
{
color: #F3C944;
}
</style>
background-color css
<style>
a { background-color: #F3C944; }
a { background-color: rgb(243,201,68); }
div.DivClassName
{
background-color: #F3C944;
}
.BgClassName
{
background-color: #F3C944;
}
</style>
border-color css
<style>
span { border-color: #F3C944; }
span { border-color: rgb(243,201,68); }
td.TdClassName
{
border-color: #F3C944;
}
.TagClassName
{
border-color: #F3C944;
}
</style>