Shades of Turbo #F9CB20
Tints of Turbo #F9CB20
RGB
CMYK
RGB Variations
Color information
#F9CB20 (or 0xF9CB20) is known color: Turbo. HEX triplet: F9, CB and 20. RGB value is (249,203,32). Sum of RGB (Red+Green+Blue) = 249+203+32=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 32 (12.89% from 255 or 6.61% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CB20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CB20 is #0634DF. Grayscale: #C5C5C5. Windows color (decimal): -406752 or 2149369. OLE color: 2149369.
HSL color Cylindrical-coordinate representation of color #F9CB20: hue angle of 47.28º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F9CB20 is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 203 | 32 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.02 |
| HSL | 47.28º | 0.95% | 0.55% | - |
| HSV(B) | 47.28º | 0.87% | 0.98% | - |
| XYZ | 60.68 | 62.96 | 10.32 | - |
| YUV | 197.26 | 34.74 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 203 | 32 | 0 | 0.18 | 0.87 | 0.02 | 47.28 | 0.95 | 0.55 |
| Hex | F9 | CB | 20 | 0 | 12 | 57 | 2 | 2F | 5F | 37 |
| Octal | 371 | 313 | 40 | 0 | 22 | 127 | 2 | 57 | 137 | 67 |
| Binary | 11111001 | 11001011 | 100000 | 0 | 10010 | 1010111 | 10 | 101111 | 1011111 | 110111 |
Color Harmonies of #F9CB20
Complementary color
Monochromatic Colors of #F9CB20
Black with #F9CB20
Text Example
Text Example
White with #F9CB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CB20; }
p { color: rgb(249,203,32); }
H1.HeaderClassName
{
color: #F9CB20;
}
.AnyTagClassName
{
color: #F9CB20;
}
</style>
background-color css
<style>
a { background-color: #F9CB20; }
a { background-color: rgb(249,203,32); }
div.DivClassName
{
background-color: #F9CB20;
}
.BgClassName
{
background-color: #F9CB20;
}
</style>
border-color css
<style>
span { border-color: #F9CB20; }
span { border-color: rgb(249,203,32); }
td.TdClassName
{
border-color: #F9CB20;
}
.TagClassName
{
border-color: #F9CB20;
}
</style>