Shades of Turbo #F9CB28
Tints of Turbo #F9CB28
RGB
CMYK
RGB Variations
Color information
#F9CB28 (or 0xF9CB28) is known color: Turbo. HEX triplet: F9, CB and 28. RGB value is (249,203,40). Sum of RGB (Red+Green+Blue) = 249+203+40=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 40 (16.02% from 255 or 8.13% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CB28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CB28 is #0634D7. Grayscale: #C6C6C6. Windows color (decimal): -406744 or 2673657. OLE color: 2673657.
HSL color Cylindrical-coordinate representation of color #F9CB28: hue angle of 46.79º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9CB28 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 203 | 40 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.02 |
| HSL | 46.79º | 0.95% | 0.57% | - |
| HSV(B) | 46.79º | 0.84% | 0.98% | - |
| XYZ | 60.81 | 63 | 10.96 | - |
| YUV | 198.17 | 38.74 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 203 | 40 | 0 | 0.18 | 0.84 | 0.02 | 46.79 | 0.95 | 0.57 |
| Hex | F9 | CB | 28 | 0 | 12 | 54 | 2 | 2F | 5F | 39 |
| Octal | 371 | 313 | 50 | 0 | 22 | 124 | 2 | 57 | 137 | 71 |
| Binary | 11111001 | 11001011 | 101000 | 0 | 10010 | 1010100 | 10 | 101111 | 1011111 | 111001 |
Color Harmonies of #F9CB28
Complementary color
Monochromatic Colors of #F9CB28
Black with #F9CB28
Text Example
Text Example
White with #F9CB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CB28; }
p { color: rgb(249,203,40); }
H1.HeaderClassName
{
color: #F9CB28;
}
.AnyTagClassName
{
color: #F9CB28;
}
</style>
background-color css
<style>
a { background-color: #F9CB28; }
a { background-color: rgb(249,203,40); }
div.DivClassName
{
background-color: #F9CB28;
}
.BgClassName
{
background-color: #F9CB28;
}
</style>
border-color css
<style>
span { border-color: #F9CB28; }
span { border-color: rgb(249,203,40); }
td.TdClassName
{
border-color: #F9CB28;
}
.TagClassName
{
border-color: #F9CB28;
}
</style>