Shades of Turbo #F8CC28
Tints of Turbo #F8CC28
RGB
CMYK
RGB Variations
Color information
#F8CC28 (or 0xF8CC28) is known color: Turbo. HEX triplet: F8, CC and 28. RGB value is (248,204,40). Sum of RGB (Red+Green+Blue) = 248+204+40=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 40 (16.02% from 255 or 8.13% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CC28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8CC28 is #0733D7. Grayscale: #C7C7C7. Windows color (decimal): -472024 or 2673912. OLE color: 2673912.
HSL color Cylindrical-coordinate representation of color #F8CC28: hue angle of 47.31º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F8CC28 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 204 | 40 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.03 |
| HSL | 47.31º | 0.94% | 0.56% | - |
| HSV(B) | 47.31º | 0.84% | 0.97% | - |
| XYZ | 60.69 | 63.3 | 11.03 | - |
| YUV | 198.46 | 38.58 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 204 | 40 | 0 | 0.18 | 0.84 | 0.03 | 47.31 | 0.94 | 0.56 |
| Hex | F8 | CC | 28 | 0 | 12 | 54 | 3 | 2F | 5E | 38 |
| Octal | 370 | 314 | 50 | 0 | 22 | 124 | 3 | 57 | 136 | 70 |
| Binary | 11111000 | 11001100 | 101000 | 0 | 10010 | 1010100 | 11 | 101111 | 1011110 | 111000 |
Color Harmonies of #F8CC28
Complementary color
Monochromatic Colors of #F8CC28
Black with #F8CC28
Text Example
Text Example
White with #F8CC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CC28; }
p { color: rgb(248,204,40); }
H1.HeaderClassName
{
color: #F8CC28;
}
.AnyTagClassName
{
color: #F8CC28;
}
</style>
background-color css
<style>
a { background-color: #F8CC28; }
a { background-color: rgb(248,204,40); }
div.DivClassName
{
background-color: #F8CC28;
}
.BgClassName
{
background-color: #F8CC28;
}
</style>
border-color css
<style>
span { border-color: #F8CC28; }
span { border-color: rgb(248,204,40); }
td.TdClassName
{
border-color: #F8CC28;
}
.TagClassName
{
border-color: #F8CC28;
}
</style>