Shades of Turbo #F9CA1B
Tints of Turbo #F9CA1B
RGB
CMYK
RGB Variations
Color information
#F9CA1B (or 0xF9CA1B) is known color: Turbo. HEX triplet: F9, CA and 1B. RGB value is (249,202,27). Sum of RGB (Red+Green+Blue) = 249+202+27=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 27 (10.94% from 255 or 5.65% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CA1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CA1B is #0635E4. Grayscale: #C4C4C4. Windows color (decimal): -407013 or 1821433. OLE color: 1821433.
HSL color Cylindrical-coordinate representation of color #F9CA1B: hue angle of 47.3º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F9CA1B is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 202 | 27 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.02 |
| HSL | 47.3º | 0.95% | 0.54% | - |
| HSV(B) | 47.3º | 0.89% | 0.98% | - |
| XYZ | 60.39 | 62.46 | 9.91 | - |
| YUV | 196.1 | 32.57 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 202 | 27 | 0 | 0.19 | 0.89 | 0.02 | 47.3 | 0.95 | 0.54 |
| Hex | F9 | CA | 1B | 0 | 13 | 59 | 2 | 2F | 5F | 36 |
| Octal | 371 | 312 | 33 | 0 | 23 | 131 | 2 | 57 | 137 | 66 |
| Binary | 11111001 | 11001010 | 11011 | 0 | 10011 | 1011001 | 10 | 101111 | 1011111 | 110110 |
Color Harmonies of #F9CA1B
Complementary color
Monochromatic Colors of #F9CA1B
Black with #F9CA1B
Text Example
Text Example
White with #F9CA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CA1B; }
p { color: rgb(249,202,27); }
H1.HeaderClassName
{
color: #F9CA1B;
}
.AnyTagClassName
{
color: #F9CA1B;
}
</style>
background-color css
<style>
a { background-color: #F9CA1B; }
a { background-color: rgb(249,202,27); }
div.DivClassName
{
background-color: #F9CA1B;
}
.BgClassName
{
background-color: #F9CA1B;
}
</style>
border-color css
<style>
span { border-color: #F9CA1B; }
span { border-color: rgb(249,202,27); }
td.TdClassName
{
border-color: #F9CA1B;
}
.TagClassName
{
border-color: #F9CA1B;
}
</style>