Shades of Turbo #FFCB27
Tints of Turbo #FFCB27
RGB
CMYK
RGB Variations
Color information
#FFCB27 (or 0xFFCB27) is known color: Turbo. HEX triplet: FF, CB and 27. RGB value is (255,203,39). Sum of RGB (Red+Green+Blue) = 255+203+39=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 39 (15.62% from 255 or 7.85% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCB27 is #0034D8. Grayscale: #C8C8C8. Windows color (decimal): -13529 or 2608127. OLE color: 2608127.
HSL color Cylindrical-coordinate representation of color #FFCB27: hue angle of 45.56º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFCB27 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 39 | - |
| CMYK | 0 | 0.20 | 0.85 | 0 |
| HSL | 45.56º | 1% | 0.58% | - |
| HSV(B) | 45.56º | 0.85% | 1% | - |
| XYZ | 62.96 | 64.12 | 10.98 | - |
| YUV | 199.85 | 37.23 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 39 | 0 | 0.20 | 0.85 | 0 | 45.56 | 1 | 0.58 |
| Hex | FF | CB | 27 | 0 | 14 | 55 | 0 | 2E | 64 | 3A |
| Octal | 377 | 313 | 47 | 0 | 24 | 125 | 0 | 56 | 144 | 72 |
| Binary | 11111111 | 11001011 | 100111 | 0 | 10100 | 1010101 | 0 | 101110 | 1100100 | 111010 |
Color Harmonies of #FFCB27
Complementary color
Monochromatic Colors of #FFCB27
Black with #FFCB27
Text Example
Text Example
White with #FFCB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB27; }
p { color: rgb(255,203,39); }
H1.HeaderClassName
{
color: #FFCB27;
}
.AnyTagClassName
{
color: #FFCB27;
}
</style>
background-color css
<style>
a { background-color: #FFCB27; }
a { background-color: rgb(255,203,39); }
div.DivClassName
{
background-color: #FFCB27;
}
.BgClassName
{
background-color: #FFCB27;
}
</style>
border-color css
<style>
span { border-color: #FFCB27; }
span { border-color: rgb(255,203,39); }
td.TdClassName
{
border-color: #FFCB27;
}
.TagClassName
{
border-color: #FFCB27;
}
</style>