Shades of Turbo #F7CA15
Tints of Turbo #F7CA15
RGB
CMYK
RGB Variations
Color information
#F7CA15 (or 0xF7CA15) is known color: Turbo. HEX triplet: F7, CA and 15. RGB value is (247,202,21). Sum of RGB (Red+Green+Blue) = 247+202+21=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 21 (8.59% from 255 or 4.47% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CA15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7CA15 is #0835EA. Grayscale: #C3C3C3. Windows color (decimal): -538091 or 1428215. OLE color: 1428215.
HSL color Cylindrical-coordinate representation of color #F7CA15: hue angle of 48.05º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F7CA15 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 202 | 21 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.03 |
| HSL | 48.05º | 0.93% | 0.53% | - |
| HSV(B) | 48.05º | 0.91% | 0.97% | - |
| XYZ | 59.61 | 62.07 | 9.55 | - |
| YUV | 194.82 | 29.91 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 202 | 21 | 0 | 0.18 | 0.91 | 0.03 | 48.05 | 0.93 | 0.53 |
| Hex | F7 | CA | 15 | 0 | 12 | 5B | 3 | 30 | 5D | 35 |
| Octal | 367 | 312 | 25 | 0 | 22 | 133 | 3 | 60 | 135 | 65 |
| Binary | 11110111 | 11001010 | 10101 | 0 | 10010 | 1011011 | 11 | 110000 | 1011101 | 110101 |
Color Harmonies of #F7CA15
Complementary color
Monochromatic Colors of #F7CA15
Black with #F7CA15
Text Example
Text Example
White with #F7CA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CA15; }
p { color: rgb(247,202,21); }
H1.HeaderClassName
{
color: #F7CA15;
}
.AnyTagClassName
{
color: #F7CA15;
}
</style>
background-color css
<style>
a { background-color: #F7CA15; }
a { background-color: rgb(247,202,21); }
div.DivClassName
{
background-color: #F7CA15;
}
.BgClassName
{
background-color: #F7CA15;
}
</style>
border-color css
<style>
span { border-color: #F7CA15; }
span { border-color: rgb(247,202,21); }
td.TdClassName
{
border-color: #F7CA15;
}
.TagClassName
{
border-color: #F7CA15;
}
</style>