Shades of Turbo #F9CB19
Tints of Turbo #F9CB19
RGB
CMYK
RGB Variations
Color information
#F9CB19 (or 0xF9CB19) is known color: Turbo. HEX triplet: F9, CB and 19. RGB value is (249,203,25). Sum of RGB (Red+Green+Blue) = 249+203+25=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 25 (10.16% from 255 or 5.24% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CB19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9CB19 is #0634E6. Grayscale: #C5C5C5. Windows color (decimal): -406759 or 1690617. OLE color: 1690617.
HSL color Cylindrical-coordinate representation of color #F9CB19: hue angle of 47.68º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F9CB19 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 203 | 25 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.02 |
| HSL | 47.68º | 0.95% | 0.54% | - |
| HSV(B) | 47.68º | 0.9% | 0.98% | - |
| XYZ | 60.6 | 62.92 | 9.87 | - |
| YUV | 196.46 | 31.24 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 203 | 25 | 0 | 0.18 | 0.90 | 0.02 | 47.68 | 0.95 | 0.54 |
| Hex | F9 | CB | 19 | 0 | 12 | 5A | 2 | 30 | 5F | 36 |
| Octal | 371 | 313 | 31 | 0 | 22 | 132 | 2 | 60 | 137 | 66 |
| Binary | 11111001 | 11001011 | 11001 | 0 | 10010 | 1011010 | 10 | 110000 | 1011111 | 110110 |
Color Harmonies of #F9CB19
Complementary color
Monochromatic Colors of #F9CB19
Black with #F9CB19
Text Example
Text Example
White with #F9CB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CB19; }
p { color: rgb(249,203,25); }
H1.HeaderClassName
{
color: #F9CB19;
}
.AnyTagClassName
{
color: #F9CB19;
}
</style>
background-color css
<style>
a { background-color: #F9CB19; }
a { background-color: rgb(249,203,25); }
div.DivClassName
{
background-color: #F9CB19;
}
.BgClassName
{
background-color: #F9CB19;
}
</style>
border-color css
<style>
span { border-color: #F9CB19; }
span { border-color: rgb(249,203,25); }
td.TdClassName
{
border-color: #F9CB19;
}
.TagClassName
{
border-color: #F9CB19;
}
</style>