Shades of Turbo #FEDA27
Tints of Turbo #FEDA27
RGB
CMYK
RGB Variations
Color information
#FEDA27 (or 0xFEDA27) is known color: Turbo. HEX triplet: FE, DA and 27. RGB value is (254,218,39). Sum of RGB (Red+Green+Blue) = 254+218+39=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 39 (15.62% from 255 or 7.63% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDA27 is #0125D8. Grayscale: #D1D1D1. Windows color (decimal): -75225 or 2611966. OLE color: 2611966.
HSL color Cylindrical-coordinate representation of color #FEDA27: hue angle of 49.95º 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 #FEDA27 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 39 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.00 |
| HSL | 49.95º | 0.99% | 0.57% | - |
| HSV(B) | 49.95º | 0.85% | 1% | - |
| XYZ | 66.31 | 71.36 | 12.2 | - |
| YUV | 208.36 | 32.43 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 39 | 0 | 0.14 | 0.85 | 0.00 | 49.95 | 0.99 | 0.57 |
| Hex | FE | DA | 27 | 0 | E | 55 | 0 | 32 | 63 | 39 |
| Octal | 376 | 332 | 47 | 0 | 16 | 125 | 0 | 62 | 143 | 71 |
| Binary | 11111110 | 11011010 | 100111 | 0 | 1110 | 1010101 | 0 | 110010 | 1100011 | 111001 |
Color Harmonies of #FEDA27
Complementary color
Monochromatic Colors of #FEDA27
Black with #FEDA27
Text Example
Text Example
White with #FEDA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA27; }
p { color: rgb(254,218,39); }
H1.HeaderClassName
{
color: #FEDA27;
}
.AnyTagClassName
{
color: #FEDA27;
}
</style>
background-color css
<style>
a { background-color: #FEDA27; }
a { background-color: rgb(254,218,39); }
div.DivClassName
{
background-color: #FEDA27;
}
.BgClassName
{
background-color: #FEDA27;
}
</style>
border-color css
<style>
span { border-color: #FEDA27; }
span { border-color: rgb(254,218,39); }
td.TdClassName
{
border-color: #FEDA27;
}
.TagClassName
{
border-color: #FEDA27;
}
</style>