Shades of Turbo #FECA25
Tints of Turbo #FECA25
RGB
CMYK
RGB Variations
Color information
#FECA25 (or 0xFECA25) is known color: Turbo. HEX triplet: FE, CA and 25. RGB value is (254,202,37). Sum of RGB (Red+Green+Blue) = 254+202+37=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 37 (14.84% from 255 or 7.51% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECA25 is #0135DA. Grayscale: #C7C7C7. Windows color (decimal): -79323 or 2476798. OLE color: 2476798.
HSL color Cylindrical-coordinate representation of color #FECA25: hue angle of 45.62º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FECA25 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 37 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.00 |
| HSL | 45.62º | 0.99% | 0.57% | - |
| HSV(B) | 45.62º | 0.85% | 1% | - |
| XYZ | 62.33 | 63.45 | 10.71 | - |
| YUV | 198.74 | 36.73 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 37 | 0 | 0.20 | 0.85 | 0.00 | 45.62 | 0.99 | 0.57 |
| Hex | FE | CA | 25 | 0 | 14 | 55 | 0 | 2E | 63 | 39 |
| Octal | 376 | 312 | 45 | 0 | 24 | 125 | 0 | 56 | 143 | 71 |
| Binary | 11111110 | 11001010 | 100101 | 0 | 10100 | 1010101 | 0 | 101110 | 1100011 | 111001 |
Color Harmonies of #FECA25
Complementary color
Monochromatic Colors of #FECA25
Black with #FECA25
Text Example
Text Example
White with #FECA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA25; }
p { color: rgb(254,202,37); }
H1.HeaderClassName
{
color: #FECA25;
}
.AnyTagClassName
{
color: #FECA25;
}
</style>
background-color css
<style>
a { background-color: #FECA25; }
a { background-color: rgb(254,202,37); }
div.DivClassName
{
background-color: #FECA25;
}
.BgClassName
{
background-color: #FECA25;
}
</style>
border-color css
<style>
span { border-color: #FECA25; }
span { border-color: rgb(254,202,37); }
td.TdClassName
{
border-color: #FECA25;
}
.TagClassName
{
border-color: #FECA25;
}
</style>