Shades of Turbo #FECA22
Tints of Turbo #FECA22
RGB
CMYK
RGB Variations
Color information
#FECA22 (or 0xFECA22) is known color: Turbo. HEX triplet: FE, CA and 22. RGB value is (254,202,34). Sum of RGB (Red+Green+Blue) = 254+202+34=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 34 (13.67% from 255 or 6.94% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECA22 is #0135DD. Grayscale: #C7C7C7. Windows color (decimal): -79326 or 2280190. OLE color: 2280190.
HSL color Cylindrical-coordinate representation of color #FECA22: hue angle of 45.82º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FECA22 is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 34 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.00 |
| HSL | 45.82º | 0.99% | 0.56% | - |
| HSV(B) | 45.82º | 0.87% | 1% | - |
| XYZ | 62.28 | 63.43 | 10.47 | - |
| YUV | 198.4 | 35.23 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 34 | 0 | 0.20 | 0.87 | 0.00 | 45.82 | 0.99 | 0.56 |
| Hex | FE | CA | 22 | 0 | 14 | 57 | 0 | 2E | 63 | 38 |
| Octal | 376 | 312 | 42 | 0 | 24 | 127 | 0 | 56 | 143 | 70 |
| Binary | 11111110 | 11001010 | 100010 | 0 | 10100 | 1010111 | 0 | 101110 | 1100011 | 111000 |
Color Harmonies of #FECA22
Complementary color
Monochromatic Colors of #FECA22
Black with #FECA22
Text Example
Text Example
White with #FECA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA22; }
p { color: rgb(254,202,34); }
H1.HeaderClassName
{
color: #FECA22;
}
.AnyTagClassName
{
color: #FECA22;
}
</style>
background-color css
<style>
a { background-color: #FECA22; }
a { background-color: rgb(254,202,34); }
div.DivClassName
{
background-color: #FECA22;
}
.BgClassName
{
background-color: #FECA22;
}
</style>
border-color css
<style>
span { border-color: #FECA22; }
span { border-color: rgb(254,202,34); }
td.TdClassName
{
border-color: #FECA22;
}
.TagClassName
{
border-color: #FECA22;
}
</style>