Shades of Turbo #F8CB26
Tints of Turbo #F8CB26
RGB
CMYK
RGB Variations
Color information
#F8CB26 (or 0xF8CB26) is known color: Turbo. HEX triplet: F8, CB and 26. RGB value is (248,203,38). Sum of RGB (Red+Green+Blue) = 248+203+38=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 38 (15.23% from 255 or 7.77% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CB26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8CB26 is #0734D9. Grayscale: #C6C6C6. Windows color (decimal): -472282 or 2542584. OLE color: 2542584.
HSL color Cylindrical-coordinate representation of color #F8CB26: hue angle of 47.14º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F8CB26 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 38 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.03 |
| HSL | 47.14º | 0.94% | 0.56% | - |
| HSV(B) | 47.14º | 0.85% | 0.97% | - |
| XYZ | 60.42 | 62.81 | 10.77 | - |
| YUV | 197.65 | 37.91 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 38 | 0 | 0.18 | 0.85 | 0.03 | 47.14 | 0.94 | 0.56 |
| Hex | F8 | CB | 26 | 0 | 12 | 55 | 3 | 2F | 5E | 38 |
| Octal | 370 | 313 | 46 | 0 | 22 | 125 | 3 | 57 | 136 | 70 |
| Binary | 11111000 | 11001011 | 100110 | 0 | 10010 | 1010101 | 11 | 101111 | 1011110 | 111000 |
Color Harmonies of #F8CB26
Complementary color
Monochromatic Colors of #F8CB26
Black with #F8CB26
Text Example
Text Example
White with #F8CB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CB26; }
p { color: rgb(248,203,38); }
H1.HeaderClassName
{
color: #F8CB26;
}
.AnyTagClassName
{
color: #F8CB26;
}
</style>
background-color css
<style>
a { background-color: #F8CB26; }
a { background-color: rgb(248,203,38); }
div.DivClassName
{
background-color: #F8CB26;
}
.BgClassName
{
background-color: #F8CB26;
}
</style>
border-color css
<style>
span { border-color: #F8CB26; }
span { border-color: rgb(248,203,38); }
td.TdClassName
{
border-color: #F8CB26;
}
.TagClassName
{
border-color: #F8CB26;
}
</style>