Shades of Turbo #F8D423
Tints of Turbo #F8D423
RGB
CMYK
RGB Variations
Color information
#F8D423 (or 0xF8D423) is known color: Turbo. HEX triplet: F8, D4 and 23. RGB value is (248,212,35). Sum of RGB (Red+Green+Blue) = 248+212+35=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 35 (14.06% from 255 or 7.07% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D423 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D423 is #072BDC. Grayscale: #CBCBCB. Windows color (decimal): -469981 or 2348280. OLE color: 2348280.
HSL color Cylindrical-coordinate representation of color #F8D423: hue angle of 49.86º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F8D423 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 212 | 35 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.03 |
| HSL | 49.86º | 0.94% | 0.55% | - |
| HSV(B) | 49.86º | 0.86% | 0.97% | - |
| XYZ | 62.56 | 67.16 | 11.26 | - |
| YUV | 202.59 | 33.43 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 212 | 35 | 0 | 0.15 | 0.86 | 0.03 | 49.86 | 0.94 | 0.55 |
| Hex | F8 | D4 | 23 | 0 | F | 56 | 3 | 32 | 5E | 37 |
| Octal | 370 | 324 | 43 | 0 | 17 | 126 | 3 | 62 | 136 | 67 |
| Binary | 11111000 | 11010100 | 100011 | 0 | 1111 | 1010110 | 11 | 110010 | 1011110 | 110111 |
Color Harmonies of #F8D423
Complementary color
Monochromatic Colors of #F8D423
Black with #F8D423
Text Example
Text Example
White with #F8D423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D423; }
p { color: rgb(248,212,35); }
H1.HeaderClassName
{
color: #F8D423;
}
.AnyTagClassName
{
color: #F8D423;
}
</style>
background-color css
<style>
a { background-color: #F8D423; }
a { background-color: rgb(248,212,35); }
div.DivClassName
{
background-color: #F8D423;
}
.BgClassName
{
background-color: #F8D423;
}
</style>
border-color css
<style>
span { border-color: #F8D423; }
span { border-color: rgb(248,212,35); }
td.TdClassName
{
border-color: #F8D423;
}
.TagClassName
{
border-color: #F8D423;
}
</style>