Shades of Turbo #FFCA27
Tints of Turbo #FFCA27
RGB
CMYK
RGB Variations
Color information
#FFCA27 (or 0xFFCA27) is known color: Turbo. HEX triplet: FF, CA and 27. RGB value is (255,202,39). Sum of RGB (Red+Green+Blue) = 255+202+39=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 39 (15.62% from 255 or 7.86% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCA27 is #0035D8. Grayscale: #C7C7C7. Windows color (decimal): -13785 or 2607871. OLE color: 2607871.
HSL color Cylindrical-coordinate representation of color #FFCA27: hue angle of 45.28º 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 #FFCA27 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 39 | - |
| CMYK | 0 | 0.21 | 0.85 | 0 |
| HSL | 45.28º | 1% | 0.58% | - |
| HSV(B) | 45.28º | 0.85% | 1% | - |
| XYZ | 62.73 | 63.65 | 10.9 | - |
| YUV | 199.27 | 37.56 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 39 | 0 | 0.21 | 0.85 | 0 | 45.28 | 1 | 0.58 |
| Hex | FF | CA | 27 | 0 | 15 | 55 | 0 | 2D | 64 | 3A |
| Octal | 377 | 312 | 47 | 0 | 25 | 125 | 0 | 55 | 144 | 72 |
| Binary | 11111111 | 11001010 | 100111 | 0 | 10101 | 1010101 | 0 | 101101 | 1100100 | 111010 |
Color Harmonies of #FFCA27
Complementary color
Monochromatic Colors of #FFCA27
Black with #FFCA27
Text Example
Text Example
White with #FFCA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA27; }
p { color: rgb(255,202,39); }
H1.HeaderClassName
{
color: #FFCA27;
}
.AnyTagClassName
{
color: #FFCA27;
}
</style>
background-color css
<style>
a { background-color: #FFCA27; }
a { background-color: rgb(255,202,39); }
div.DivClassName
{
background-color: #FFCA27;
}
.BgClassName
{
background-color: #FFCA27;
}
</style>
border-color css
<style>
span { border-color: #FFCA27; }
span { border-color: rgb(255,202,39); }
td.TdClassName
{
border-color: #FFCA27;
}
.TagClassName
{
border-color: #FFCA27;
}
</style>