Shades of Turbo #FECC28
Tints of Turbo #FECC28
RGB
CMYK
RGB Variations
Color information
#FECC28 (or 0xFECC28) is known color: Turbo. HEX triplet: FE, CC and 28. RGB value is (254,204,40). Sum of RGB (Red+Green+Blue) = 254+204+40=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 40 (16.02% from 255 or 8.03% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECC28 is #0133D7. Grayscale: #C8C8C8. Windows color (decimal): -78808 or 2673918. OLE color: 2673918.
HSL color Cylindrical-coordinate representation of color #FECC28: hue angle of 45.98º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FECC28 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 40 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.00 |
| HSL | 45.98º | 0.99% | 0.58% | - |
| HSV(B) | 45.98º | 0.84% | 1% | - |
| XYZ | 62.85 | 64.41 | 11.13 | - |
| YUV | 200.25 | 37.57 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 40 | 0 | 0.20 | 0.84 | 0.00 | 45.98 | 0.99 | 0.58 |
| Hex | FE | CC | 28 | 0 | 14 | 54 | 0 | 2E | 63 | 3A |
| Octal | 376 | 314 | 50 | 0 | 24 | 124 | 0 | 56 | 143 | 72 |
| Binary | 11111110 | 11001100 | 101000 | 0 | 10100 | 1010100 | 0 | 101110 | 1100011 | 111010 |
Color Harmonies of #FECC28
Complementary color
Monochromatic Colors of #FECC28
Black with #FECC28
Text Example
Text Example
White with #FECC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECC28; }
p { color: rgb(254,204,40); }
H1.HeaderClassName
{
color: #FECC28;
}
.AnyTagClassName
{
color: #FECC28;
}
</style>
background-color css
<style>
a { background-color: #FECC28; }
a { background-color: rgb(254,204,40); }
div.DivClassName
{
background-color: #FECC28;
}
.BgClassName
{
background-color: #FECC28;
}
</style>
border-color css
<style>
span { border-color: #FECC28; }
span { border-color: rgb(254,204,40); }
td.TdClassName
{
border-color: #FECC28;
}
.TagClassName
{
border-color: #FECC28;
}
</style>