Shades of Turbo #F8DF21
Tints of Turbo #F8DF21
RGB
CMYK
RGB Variations
Color information
#F8DF21 (or 0xF8DF21) is known color: Turbo. HEX triplet: F8, DF and 21. RGB value is (248,223,33). Sum of RGB (Red+Green+Blue) = 248+223+33=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 33 (13.28% from 255 or 6.55% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DF21 is #0720DE. Grayscale: #D1D1D1. Windows color (decimal): -467167 or 2220024. OLE color: 2220024.
HSL color Cylindrical-coordinate representation of color #F8DF21: hue angle of 53.02º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F8DF21 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 33 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.03 |
| HSL | 53.02º | 0.94% | 0.55% | - |
| HSV(B) | 53.02º | 0.87% | 0.97% | - |
| XYZ | 65.37 | 72.84 | 12.05 | - |
| YUV | 208.82 | 28.78 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 33 | 0 | 0.10 | 0.87 | 0.03 | 53.02 | 0.94 | 0.55 |
| Hex | F8 | DF | 21 | 0 | A | 57 | 3 | 35 | 5E | 37 |
| Octal | 370 | 337 | 41 | 0 | 12 | 127 | 3 | 65 | 136 | 67 |
| Binary | 11111000 | 11011111 | 100001 | 0 | 1010 | 1010111 | 11 | 110101 | 1011110 | 110111 |
Color Harmonies of #F8DF21
Complementary color
Monochromatic Colors of #F8DF21
Black with #F8DF21
Text Example
Text Example
White with #F8DF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DF21; }
p { color: rgb(248,223,33); }
H1.HeaderClassName
{
color: #F8DF21;
}
.AnyTagClassName
{
color: #F8DF21;
}
</style>
background-color css
<style>
a { background-color: #F8DF21; }
a { background-color: rgb(248,223,33); }
div.DivClassName
{
background-color: #F8DF21;
}
.BgClassName
{
background-color: #F8DF21;
}
</style>
border-color css
<style>
span { border-color: #F8DF21; }
span { border-color: rgb(248,223,33); }
td.TdClassName
{
border-color: #F8DF21;
}
.TagClassName
{
border-color: #F8DF21;
}
</style>