Shades of Turbo #FFCB17
Tints of Turbo #FFCB17
RGB
CMYK
RGB Variations
Color information
#FFCB17 (or 0xFFCB17) is known color: Turbo. HEX triplet: FF, CB and 17. RGB value is (255,203,23). Sum of RGB (Red+Green+Blue) = 255+203+23=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 23 (9.38% from 255 or 4.78% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCB17 is #0034E8. Grayscale: #C6C6C6. Windows color (decimal): -13545 or 1559551. OLE color: 1559551.
HSL color Cylindrical-coordinate representation of color #FFCB17: hue angle of 46.55º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFCB17 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 23 | - |
| CMYK | 0 | 0.20 | 0.91 | 0 |
| HSL | 46.55º | 1% | 0.55% | - |
| HSV(B) | 46.55º | 0.91% | 1% | - |
| XYZ | 62.75 | 64.03 | 9.86 | - |
| YUV | 198.03 | 29.23 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 23 | 0 | 0.20 | 0.91 | 0 | 46.55 | 1 | 0.55 |
| Hex | FF | CB | 17 | 0 | 14 | 5B | 0 | 2F | 64 | 37 |
| Octal | 377 | 313 | 27 | 0 | 24 | 133 | 0 | 57 | 144 | 67 |
| Binary | 11111111 | 11001011 | 10111 | 0 | 10100 | 1011011 | 0 | 101111 | 1100100 | 110111 |
Color Harmonies of #FFCB17
Complementary color
Monochromatic Colors of #FFCB17
Black with #FFCB17
Text Example
Text Example
White with #FFCB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB17; }
p { color: rgb(255,203,23); }
H1.HeaderClassName
{
color: #FFCB17;
}
.AnyTagClassName
{
color: #FFCB17;
}
</style>
background-color css
<style>
a { background-color: #FFCB17; }
a { background-color: rgb(255,203,23); }
div.DivClassName
{
background-color: #FFCB17;
}
.BgClassName
{
background-color: #FFCB17;
}
</style>
border-color css
<style>
span { border-color: #FFCB17; }
span { border-color: rgb(255,203,23); }
td.TdClassName
{
border-color: #FFCB17;
}
.TagClassName
{
border-color: #FFCB17;
}
</style>