Shades of Turbo #FFCA1E
Tints of Turbo #FFCA1E
RGB
CMYK
RGB Variations
Color information
#FFCA1E (or 0xFFCA1E) is known color: Turbo. HEX triplet: FF, CA and 1E. RGB value is (255,202,30). Sum of RGB (Red+Green+Blue) = 255+202+30=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 30 (12.11% from 255 or 6.16% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCA1E is #0035E1. Grayscale: #C6C6C6. Windows color (decimal): -13794 or 2018047. OLE color: 2018047.
HSL color Cylindrical-coordinate representation of color #FFCA1E: hue angle of 45.87º 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 #FFCA1E is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 30 | - |
| CMYK | 0 | 0.21 | 0.88 | 0 |
| HSL | 45.87º | 1% | 0.56% | - |
| HSV(B) | 45.87º | 0.88% | 1% | - |
| XYZ | 62.59 | 63.59 | 10.2 | - |
| YUV | 198.24 | 33.06 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 30 | 0 | 0.21 | 0.88 | 0 | 45.87 | 1 | 0.56 |
| Hex | FF | CA | 1E | 0 | 15 | 58 | 0 | 2E | 64 | 38 |
| Octal | 377 | 312 | 36 | 0 | 25 | 130 | 0 | 56 | 144 | 70 |
| Binary | 11111111 | 11001010 | 11110 | 0 | 10101 | 1011000 | 0 | 101110 | 1100100 | 111000 |
Color Harmonies of #FFCA1E
Complementary color
Monochromatic Colors of #FFCA1E
Black with #FFCA1E
Text Example
Text Example
White with #FFCA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA1E; }
p { color: rgb(255,202,30); }
H1.HeaderClassName
{
color: #FFCA1E;
}
.AnyTagClassName
{
color: #FFCA1E;
}
</style>
background-color css
<style>
a { background-color: #FFCA1E; }
a { background-color: rgb(255,202,30); }
div.DivClassName
{
background-color: #FFCA1E;
}
.BgClassName
{
background-color: #FFCA1E;
}
</style>
border-color css
<style>
span { border-color: #FFCA1E; }
span { border-color: rgb(255,202,30); }
td.TdClassName
{
border-color: #FFCA1E;
}
.TagClassName
{
border-color: #FFCA1E;
}
</style>