Shades of Turbo #F9CB24
Tints of Turbo #F9CB24
RGB
CMYK
RGB Variations
Color information
#F9CB24 (or 0xF9CB24) is known color: Turbo. HEX triplet: F9, CB and 24. RGB value is (249,203,36). Sum of RGB (Red+Green+Blue) = 249+203+36=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 36 (14.45% from 255 or 7.38% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CB24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CB24 is #0634DB. Grayscale: #C6C6C6. Windows color (decimal): -406748 or 2411513. OLE color: 2411513.
HSL color Cylindrical-coordinate representation of color #F9CB24: hue angle of 47.04º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F9CB24 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 203 | 36 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.02 |
| HSL | 47.04º | 0.95% | 0.56% | - |
| HSV(B) | 47.04º | 0.86% | 0.98% | - |
| XYZ | 60.74 | 62.98 | 10.62 | - |
| YUV | 197.72 | 36.74 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 203 | 36 | 0 | 0.18 | 0.86 | 0.02 | 47.04 | 0.95 | 0.56 |
| Hex | F9 | CB | 24 | 0 | 12 | 56 | 2 | 2F | 5F | 38 |
| Octal | 371 | 313 | 44 | 0 | 22 | 126 | 2 | 57 | 137 | 70 |
| Binary | 11111001 | 11001011 | 100100 | 0 | 10010 | 1010110 | 10 | 101111 | 1011111 | 111000 |
Color Harmonies of #F9CB24
Complementary color
Monochromatic Colors of #F9CB24
Black with #F9CB24
Text Example
Text Example
White with #F9CB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CB24; }
p { color: rgb(249,203,36); }
H1.HeaderClassName
{
color: #F9CB24;
}
.AnyTagClassName
{
color: #F9CB24;
}
</style>
background-color css
<style>
a { background-color: #F9CB24; }
a { background-color: rgb(249,203,36); }
div.DivClassName
{
background-color: #F9CB24;
}
.BgClassName
{
background-color: #F9CB24;
}
</style>
border-color css
<style>
span { border-color: #F9CB24; }
span { border-color: rgb(249,203,36); }
td.TdClassName
{
border-color: #F9CB24;
}
.TagClassName
{
border-color: #F9CB24;
}
</style>