Shades of Turbo #FFCA1F
Tints of Turbo #FFCA1F
RGB
CMYK
RGB Variations
Color information
#FFCA1F (or 0xFFCA1F) is known color: Turbo. HEX triplet: FF, CA and 1F. RGB value is (255,202,31). Sum of RGB (Red+Green+Blue) = 255+202+31=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 31 (12.5% from 255 or 6.35% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCA1F is #0035E0. Grayscale: #C7C7C7. Windows color (decimal): -13793 or 2083583. OLE color: 2083583.
HSL color Cylindrical-coordinate representation of color #FFCA1F: hue angle of 45.8º 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 #FFCA1F is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 31 | - |
| CMYK | 0 | 0.21 | 0.88 | 0 |
| HSL | 45.8º | 1% | 0.56% | - |
| HSV(B) | 45.8º | 0.88% | 1% | - |
| XYZ | 62.61 | 63.6 | 10.27 | - |
| YUV | 198.35 | 33.56 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 31 | 0 | 0.21 | 0.88 | 0 | 45.8 | 1 | 0.56 |
| Hex | FF | CA | 1F | 0 | 15 | 58 | 0 | 2E | 64 | 38 |
| Octal | 377 | 312 | 37 | 0 | 25 | 130 | 0 | 56 | 144 | 70 |
| Binary | 11111111 | 11001010 | 11111 | 0 | 10101 | 1011000 | 0 | 101110 | 1100100 | 111000 |
Color Harmonies of #FFCA1F
Complementary color
Monochromatic Colors of #FFCA1F
Black with #FFCA1F
Text Example
Text Example
White with #FFCA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA1F; }
p { color: rgb(255,202,31); }
H1.HeaderClassName
{
color: #FFCA1F;
}
.AnyTagClassName
{
color: #FFCA1F;
}
</style>
background-color css
<style>
a { background-color: #FFCA1F; }
a { background-color: rgb(255,202,31); }
div.DivClassName
{
background-color: #FFCA1F;
}
.BgClassName
{
background-color: #FFCA1F;
}
</style>
border-color css
<style>
span { border-color: #FFCA1F; }
span { border-color: rgb(255,202,31); }
td.TdClassName
{
border-color: #FFCA1F;
}
.TagClassName
{
border-color: #FFCA1F;
}
</style>