Shades of Festival #F8D142
Tints of Festival #F8D142
RGB
CMYK
RGB Variations
Color information
#F8D142 (or 0xF8D142) is known color: Festival. HEX triplet: F8, D1 and 42. RGB value is (248,209,66). Sum of RGB (Red+Green+Blue) = 248+209+66=523 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.42% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 66 (26.17% from 255 or 12.62% from 523); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D142 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D142 is #072EBD. Grayscale: #CCCCCC. Windows color (decimal): -470718 or 4379128. OLE color: 4379128.
HSL color Cylindrical-coordinate representation of color #F8D142: hue angle of 47.14º 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 #F8D142 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 209 | 66 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.03 |
| HSL | 47.14º | 0.93% | 0.62% | - |
| HSV(B) | 47.14º | 0.73% | 0.97% | - |
| XYZ | 62.5 | 65.95 | 14.59 | - |
| YUV | 204.36 | 49.92 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 209 | 66 | 0 | 0.16 | 0.73 | 0.03 | 47.14 | 0.93 | 0.62 |
| Hex | F8 | D1 | 42 | 0 | 10 | 49 | 3 | 2F | 5D | 3E |
| Octal | 370 | 321 | 102 | 0 | 20 | 111 | 3 | 57 | 135 | 76 |
| Binary | 11111000 | 11010001 | 1000010 | 0 | 10000 | 1001001 | 11 | 101111 | 1011101 | 111110 |
Color Harmonies of #F8D142
Complementary color
Monochromatic Colors of #F8D142
Black with #F8D142
Text Example
Text Example
White with #F8D142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D142; }
p { color: rgb(248,209,66); }
H1.HeaderClassName
{
color: #F8D142;
}
.AnyTagClassName
{
color: #F8D142;
}
</style>
background-color css
<style>
a { background-color: #F8D142; }
a { background-color: rgb(248,209,66); }
div.DivClassName
{
background-color: #F8D142;
}
.BgClassName
{
background-color: #F8D142;
}
</style>
border-color css
<style>
span { border-color: #F8D142; }
span { border-color: rgb(248,209,66); }
td.TdClassName
{
border-color: #F8D142;
}
.TagClassName
{
border-color: #F8D142;
}
</style>