Shades of Turbo #FFCB1E
Tints of Turbo #FFCB1E
RGB
CMYK
RGB Variations
Color information
#FFCB1E (or 0xFFCB1E) is known color: Turbo. HEX triplet: FF, CB and 1E. RGB value is (255,203,30). Sum of RGB (Red+Green+Blue) = 255+203+30=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 30 (12.11% from 255 or 6.15% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCB1E is #0034E1. Grayscale: #C7C7C7. Windows color (decimal): -13538 or 2018303. OLE color: 2018303.
HSL color Cylindrical-coordinate representation of color #FFCB1E: hue angle of 46.13º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFCB1E is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 30 | - |
| CMYK | 0 | 0.20 | 0.88 | 0 |
| HSL | 46.13º | 1% | 0.56% | - |
| HSV(B) | 46.13º | 0.88% | 1% | - |
| XYZ | 62.83 | 64.07 | 10.28 | - |
| YUV | 198.83 | 32.73 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 30 | 0 | 0.20 | 0.88 | 0 | 46.13 | 1 | 0.56 |
| Hex | FF | CB | 1E | 0 | 14 | 58 | 0 | 2E | 64 | 38 |
| Octal | 377 | 313 | 36 | 0 | 24 | 130 | 0 | 56 | 144 | 70 |
| Binary | 11111111 | 11001011 | 11110 | 0 | 10100 | 1011000 | 0 | 101110 | 1100100 | 111000 |
Color Harmonies of #FFCB1E
Complementary color
Monochromatic Colors of #FFCB1E
Black with #FFCB1E
Text Example
Text Example
White with #FFCB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB1E; }
p { color: rgb(255,203,30); }
H1.HeaderClassName
{
color: #FFCB1E;
}
.AnyTagClassName
{
color: #FFCB1E;
}
</style>
background-color css
<style>
a { background-color: #FFCB1E; }
a { background-color: rgb(255,203,30); }
div.DivClassName
{
background-color: #FFCB1E;
}
.BgClassName
{
background-color: #FFCB1E;
}
</style>
border-color css
<style>
span { border-color: #FFCB1E; }
span { border-color: rgb(255,203,30); }
td.TdClassName
{
border-color: #FFCB1E;
}
.TagClassName
{
border-color: #FFCB1E;
}
</style>