Shades of Festival #F8CC44
Tints of Festival #F8CC44
RGB
CMYK
RGB Variations
Color information
#F8CC44 (or 0xF8CC44) is known color: Festival. HEX triplet: F8, CC and 44. RGB value is (248,204,68). Sum of RGB (Red+Green+Blue) = 248+204+68=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 68 (26.95% from 255 or 13.08% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CC44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8CC44 is #0733BB. Grayscale: #CACACA. Windows color (decimal): -471996 or 4508920. OLE color: 4508920.
HSL color Cylindrical-coordinate representation of color #F8CC44: hue angle of 45.33º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F8CC44 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 204 | 68 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.03 |
| HSL | 45.33º | 0.93% | 0.62% | - |
| HSV(B) | 45.33º | 0.73% | 0.97% | - |
| XYZ | 61.35 | 63.56 | 14.5 | - |
| YUV | 201.65 | 52.58 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 204 | 68 | 0 | 0.18 | 0.73 | 0.03 | 45.33 | 0.93 | 0.62 |
| Hex | F8 | CC | 44 | 0 | 12 | 49 | 3 | 2D | 5D | 3E |
| Octal | 370 | 314 | 104 | 0 | 22 | 111 | 3 | 55 | 135 | 76 |
| Binary | 11111000 | 11001100 | 1000100 | 0 | 10010 | 1001001 | 11 | 101101 | 1011101 | 111110 |
Color Harmonies of #F8CC44
Complementary color
Monochromatic Colors of #F8CC44
Black with #F8CC44
Text Example
Text Example
White with #F8CC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CC44; }
p { color: rgb(248,204,68); }
H1.HeaderClassName
{
color: #F8CC44;
}
.AnyTagClassName
{
color: #F8CC44;
}
</style>
background-color css
<style>
a { background-color: #F8CC44; }
a { background-color: rgb(248,204,68); }
div.DivClassName
{
background-color: #F8CC44;
}
.BgClassName
{
background-color: #F8CC44;
}
</style>
border-color css
<style>
span { border-color: #F8CC44; }
span { border-color: rgb(248,204,68); }
td.TdClassName
{
border-color: #F8CC44;
}
.TagClassName
{
border-color: #F8CC44;
}
</style>