Shades of Turbo #FEDA1F
Tints of Turbo #FEDA1F
RGB
CMYK
RGB Variations
Color information
#FEDA1F (or 0xFEDA1F) is known color: Turbo. HEX triplet: FE, DA and 1F. RGB value is (254,218,31). Sum of RGB (Red+Green+Blue) = 254+218+31=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 31 (12.5% from 255 or 6.16% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDA1F is #0125E0. Grayscale: #D0D0D0. Windows color (decimal): -75233 or 2087678. OLE color: 2087678.
HSL color Cylindrical-coordinate representation of color #FEDA1F: hue angle of 50.31º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FEDA1F is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 31 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.00 |
| HSL | 50.31º | 0.99% | 0.56% | - |
| HSV(B) | 50.31º | 0.88% | 1% | - |
| XYZ | 66.19 | 71.31 | 11.57 | - |
| YUV | 207.45 | 28.43 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 31 | 0 | 0.14 | 0.88 | 0.00 | 50.31 | 0.99 | 0.56 |
| Hex | FE | DA | 1F | 0 | E | 58 | 0 | 32 | 63 | 38 |
| Octal | 376 | 332 | 37 | 0 | 16 | 130 | 0 | 62 | 143 | 70 |
| Binary | 11111110 | 11011010 | 11111 | 0 | 1110 | 1011000 | 0 | 110010 | 1100011 | 111000 |
Color Harmonies of #FEDA1F
Complementary color
Monochromatic Colors of #FEDA1F
Black with #FEDA1F
Text Example
Text Example
White with #FEDA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA1F; }
p { color: rgb(254,218,31); }
H1.HeaderClassName
{
color: #FEDA1F;
}
.AnyTagClassName
{
color: #FEDA1F;
}
</style>
background-color css
<style>
a { background-color: #FEDA1F; }
a { background-color: rgb(254,218,31); }
div.DivClassName
{
background-color: #FEDA1F;
}
.BgClassName
{
background-color: #FEDA1F;
}
</style>
border-color css
<style>
span { border-color: #FEDA1F; }
span { border-color: rgb(254,218,31); }
td.TdClassName
{
border-color: #FEDA1F;
}
.TagClassName
{
border-color: #FEDA1F;
}
</style>