Shades of Turbo #FED925
Tints of Turbo #FED925
RGB
CMYK
RGB Variations
Color information
#FED925 (or 0xFED925) is known color: Turbo. HEX triplet: FE, D9 and 25. RGB value is (254,217,37). Sum of RGB (Red+Green+Blue) = 254+217+37=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 37 (14.84% from 255 or 7.28% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FED925 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED925 is #0126DA. Grayscale: #D0D0D0. Windows color (decimal): -75483 or 2480638. OLE color: 2480638.
HSL color Cylindrical-coordinate representation of color #FED925: hue angle of 49.77º 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 #FED925 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 37 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.00 |
| HSL | 49.77º | 0.99% | 0.57% | - |
| HSV(B) | 49.77º | 0.85% | 1% | - |
| XYZ | 66.02 | 70.83 | 11.94 | - |
| YUV | 207.54 | 31.76 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 37 | 0 | 0.15 | 0.85 | 0.00 | 49.77 | 0.99 | 0.57 |
| Hex | FE | D9 | 25 | 0 | F | 55 | 0 | 32 | 63 | 39 |
| Octal | 376 | 331 | 45 | 0 | 17 | 125 | 0 | 62 | 143 | 71 |
| Binary | 11111110 | 11011001 | 100101 | 0 | 1111 | 1010101 | 0 | 110010 | 1100011 | 111001 |
Color Harmonies of #FED925
Complementary color
Monochromatic Colors of #FED925
Black with #FED925
Text Example
Text Example
White with #FED925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED925; }
p { color: rgb(254,217,37); }
H1.HeaderClassName
{
color: #FED925;
}
.AnyTagClassName
{
color: #FED925;
}
</style>
background-color css
<style>
a { background-color: #FED925; }
a { background-color: rgb(254,217,37); }
div.DivClassName
{
background-color: #FED925;
}
.BgClassName
{
background-color: #FED925;
}
</style>
border-color css
<style>
span { border-color: #FED925; }
span { border-color: rgb(254,217,37); }
td.TdClassName
{
border-color: #FED925;
}
.TagClassName
{
border-color: #FED925;
}
</style>