Shades of Turbo #F7CA1B
Tints of Turbo #F7CA1B
RGB
CMYK
RGB Variations
Color information
#F7CA1B (or 0xF7CA1B) is known color: Turbo. HEX triplet: F7, CA and 1B. RGB value is (247,202,27). Sum of RGB (Red+Green+Blue) = 247+202+27=476 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.89% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 27 (10.94% from 255 or 5.67% from 476); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CA1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7CA1B is #0835E4. Grayscale: #C4C4C4. Windows color (decimal): -538085 or 1821431. OLE color: 1821431.
HSL color Cylindrical-coordinate representation of color #F7CA1B: hue angle of 47.73º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F7CA1B is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 202 | 27 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.03 |
| HSL | 47.73º | 0.93% | 0.54% | - |
| HSV(B) | 47.73º | 0.89% | 0.97% | - |
| XYZ | 59.68 | 62.09 | 9.88 | - |
| YUV | 195.51 | 32.91 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 202 | 27 | 0 | 0.18 | 0.89 | 0.03 | 47.73 | 0.93 | 0.54 |
| Hex | F7 | CA | 1B | 0 | 12 | 59 | 3 | 30 | 5D | 36 |
| Octal | 367 | 312 | 33 | 0 | 22 | 131 | 3 | 60 | 135 | 66 |
| Binary | 11110111 | 11001010 | 11011 | 0 | 10010 | 1011001 | 11 | 110000 | 1011101 | 110110 |
Color Harmonies of #F7CA1B
Complementary color
Monochromatic Colors of #F7CA1B
Black with #F7CA1B
Text Example
Text Example
White with #F7CA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CA1B; }
p { color: rgb(247,202,27); }
H1.HeaderClassName
{
color: #F7CA1B;
}
.AnyTagClassName
{
color: #F7CA1B;
}
</style>
background-color css
<style>
a { background-color: #F7CA1B; }
a { background-color: rgb(247,202,27); }
div.DivClassName
{
background-color: #F7CA1B;
}
.BgClassName
{
background-color: #F7CA1B;
}
</style>
border-color css
<style>
span { border-color: #F7CA1B; }
span { border-color: rgb(247,202,27); }
td.TdClassName
{
border-color: #F7CA1B;
}
.TagClassName
{
border-color: #F7CA1B;
}
</style>