Shades of Turbo #FED01D
Tints of Turbo #FED01D
RGB
CMYK
RGB Variations
Color information
#FED01D (or 0xFED01D) is known color: Turbo. HEX triplet: FE, D0 and 1D. RGB value is (254,208,29). Sum of RGB (Red+Green+Blue) = 254+208+29=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 29 (11.72% from 255 or 5.91% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FED01D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED01D is #012FE2. Grayscale: #CACACA. Windows color (decimal): -77795 or 1954046. OLE color: 1954046.
HSL color Cylindrical-coordinate representation of color #FED01D: hue angle of 47.73º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FED01D is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 29 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.00 |
| HSL | 47.73º | 0.99% | 0.55% | - |
| HSV(B) | 47.73º | 0.89% | 1% | - |
| XYZ | 63.65 | 66.27 | 10.6 | - |
| YUV | 201.35 | 30.74 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 29 | 0 | 0.18 | 0.89 | 0.00 | 47.73 | 0.99 | 0.55 |
| Hex | FE | D0 | 1D | 0 | 12 | 59 | 0 | 30 | 63 | 37 |
| Octal | 376 | 320 | 35 | 0 | 22 | 131 | 0 | 60 | 143 | 67 |
| Binary | 11111110 | 11010000 | 11101 | 0 | 10010 | 1011001 | 0 | 110000 | 1100011 | 110111 |
Color Harmonies of #FED01D
Complementary color
Monochromatic Colors of #FED01D
Black with #FED01D
Text Example
Text Example
White with #FED01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED01D; }
p { color: rgb(254,208,29); }
H1.HeaderClassName
{
color: #FED01D;
}
.AnyTagClassName
{
color: #FED01D;
}
</style>
background-color css
<style>
a { background-color: #FED01D; }
a { background-color: rgb(254,208,29); }
div.DivClassName
{
background-color: #FED01D;
}
.BgClassName
{
background-color: #FED01D;
}
</style>
border-color css
<style>
span { border-color: #FED01D; }
span { border-color: rgb(254,208,29); }
td.TdClassName
{
border-color: #FED01D;
}
.TagClassName
{
border-color: #FED01D;
}
</style>