Shades of Turbo #F9CB12
Tints of Turbo #F9CB12
RGB
CMYK
RGB Variations
Color information
#F9CB12 (or 0xF9CB12) is known color: Turbo. HEX triplet: F9, CB and 12. RGB value is (249,203,18). Sum of RGB (Red+Green+Blue) = 249+203+18=470 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.98% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 18 (7.42% from 255 or 3.83% from 470); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CB12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9CB12 is #0634ED. Grayscale: #C4C4C4. Windows color (decimal): -406766 or 1231865. OLE color: 1231865.
HSL color Cylindrical-coordinate representation of color #F9CB12: hue angle of 48.05º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F9CB12 is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 203 | 18 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.02 |
| HSL | 48.05º | 0.95% | 0.52% | - |
| HSV(B) | 48.05º | 0.93% | 0.98% | - |
| XYZ | 60.53 | 62.9 | 9.52 | - |
| YUV | 195.66 | 27.74 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 203 | 18 | 0 | 0.18 | 0.93 | 0.02 | 48.05 | 0.95 | 0.52 |
| Hex | F9 | CB | 12 | 0 | 12 | 5D | 2 | 30 | 5F | 34 |
| Octal | 371 | 313 | 22 | 0 | 22 | 135 | 2 | 60 | 137 | 64 |
| Binary | 11111001 | 11001011 | 10010 | 0 | 10010 | 1011101 | 10 | 110000 | 1011111 | 110100 |
Color Harmonies of #F9CB12
Complementary color
Monochromatic Colors of #F9CB12
Black with #F9CB12
Text Example
Text Example
White with #F9CB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CB12; }
p { color: rgb(249,203,18); }
H1.HeaderClassName
{
color: #F9CB12;
}
.AnyTagClassName
{
color: #F9CB12;
}
</style>
background-color css
<style>
a { background-color: #F9CB12; }
a { background-color: rgb(249,203,18); }
div.DivClassName
{
background-color: #F9CB12;
}
.BgClassName
{
background-color: #F9CB12;
}
</style>
border-color css
<style>
span { border-color: #F9CB12; }
span { border-color: rgb(249,203,18); }
td.TdClassName
{
border-color: #F9CB12;
}
.TagClassName
{
border-color: #F9CB12;
}
</style>