Shades of Turbo #F8CC18
Tints of Turbo #F8CC18
RGB
CMYK
RGB Variations
Color information
#F8CC18 (or 0xF8CC18) is known color: Turbo. HEX triplet: F8, CC and 18. RGB value is (248,204,24). Sum of RGB (Red+Green+Blue) = 248+204+24=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 24 (9.77% from 255 or 5.04% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CC18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8CC18 is #0733E7. Grayscale: #C5C5C5. Windows color (decimal): -472040 or 1625336. OLE color: 1625336.
HSL color Cylindrical-coordinate representation of color #F8CC18: hue angle of 48.21º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8CC18 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 204 | 24 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.03 |
| HSL | 48.21º | 0.94% | 0.53% | - |
| HSV(B) | 48.21º | 0.9% | 0.97% | - |
| XYZ | 60.47 | 63.21 | 9.88 | - |
| YUV | 196.64 | 30.58 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 204 | 24 | 0 | 0.18 | 0.90 | 0.03 | 48.21 | 0.94 | 0.53 |
| Hex | F8 | CC | 18 | 0 | 12 | 5A | 3 | 30 | 5E | 35 |
| Octal | 370 | 314 | 30 | 0 | 22 | 132 | 3 | 60 | 136 | 65 |
| Binary | 11111000 | 11001100 | 11000 | 0 | 10010 | 1011010 | 11 | 110000 | 1011110 | 110101 |
Color Harmonies of #F8CC18
Complementary color
Monochromatic Colors of #F8CC18
Black with #F8CC18
Text Example
Text Example
White with #F8CC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CC18; }
p { color: rgb(248,204,24); }
H1.HeaderClassName
{
color: #F8CC18;
}
.AnyTagClassName
{
color: #F8CC18;
}
</style>
background-color css
<style>
a { background-color: #F8CC18; }
a { background-color: rgb(248,204,24); }
div.DivClassName
{
background-color: #F8CC18;
}
.BgClassName
{
background-color: #F8CC18;
}
</style>
border-color css
<style>
span { border-color: #F8CC18; }
span { border-color: rgb(248,204,24); }
td.TdClassName
{
border-color: #F8CC18;
}
.TagClassName
{
border-color: #F8CC18;
}
</style>