Shades of Turbo #FECA23
Tints of Turbo #FECA23
RGB
CMYK
RGB Variations
Color information
#FECA23 (or 0xFECA23) is known color: Turbo. HEX triplet: FE, CA and 23. RGB value is (254,202,35). Sum of RGB (Red+Green+Blue) = 254+202+35=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 35 (14.06% from 255 or 7.13% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECA23 is #0135DC. Grayscale: #C7C7C7. Windows color (decimal): -79325 or 2345726. OLE color: 2345726.
HSL color Cylindrical-coordinate representation of color #FECA23: hue angle of 45.75º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FECA23 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 35 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.00 |
| HSL | 45.75º | 0.99% | 0.57% | - |
| HSV(B) | 45.75º | 0.86% | 1% | - |
| XYZ | 62.3 | 63.43 | 10.55 | - |
| YUV | 198.51 | 35.73 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 35 | 0 | 0.20 | 0.86 | 0.00 | 45.75 | 0.99 | 0.57 |
| Hex | FE | CA | 23 | 0 | 14 | 56 | 0 | 2E | 63 | 39 |
| Octal | 376 | 312 | 43 | 0 | 24 | 126 | 0 | 56 | 143 | 71 |
| Binary | 11111110 | 11001010 | 100011 | 0 | 10100 | 1010110 | 0 | 101110 | 1100011 | 111001 |
Color Harmonies of #FECA23
Complementary color
Monochromatic Colors of #FECA23
Black with #FECA23
Text Example
Text Example
White with #FECA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA23; }
p { color: rgb(254,202,35); }
H1.HeaderClassName
{
color: #FECA23;
}
.AnyTagClassName
{
color: #FECA23;
}
</style>
background-color css
<style>
a { background-color: #FECA23; }
a { background-color: rgb(254,202,35); }
div.DivClassName
{
background-color: #FECA23;
}
.BgClassName
{
background-color: #FECA23;
}
</style>
border-color css
<style>
span { border-color: #FECA23; }
span { border-color: rgb(254,202,35); }
td.TdClassName
{
border-color: #FECA23;
}
.TagClassName
{
border-color: #FECA23;
}
</style>