Shades of Turbo #FED725
Tints of Turbo #FED725
RGB
CMYK
RGB Variations
Color information
#FED725 (or 0xFED725) is known color: Turbo. HEX triplet: FE, D7 and 25. RGB value is (254,215,37). Sum of RGB (Red+Green+Blue) = 254+215+37=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 215 (84.38% from 255 or 42.49% from 506); Blue value is 37 (14.84% from 255 or 7.31% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FED725 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED725 is #0128DA. Grayscale: #CFCFCF. Windows color (decimal): -75995 or 2480126. OLE color: 2480126.
HSL color Cylindrical-coordinate representation of color #FED725: hue angle of 49.22º 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 #FED725 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 37 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.00 |
| HSL | 49.22º | 0.99% | 0.57% | - |
| HSV(B) | 49.22º | 0.85% | 1% | - |
| XYZ | 65.51 | 69.81 | 11.77 | - |
| YUV | 206.37 | 32.42 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 37 | 0 | 0.15 | 0.85 | 0.00 | 49.22 | 0.99 | 0.57 |
| Hex | FE | D7 | 25 | 0 | F | 55 | 0 | 31 | 63 | 39 |
| Octal | 376 | 327 | 45 | 0 | 17 | 125 | 0 | 61 | 143 | 71 |
| Binary | 11111110 | 11010111 | 100101 | 0 | 1111 | 1010101 | 0 | 110001 | 1100011 | 111001 |
Color Harmonies of #FED725
Complementary color
Monochromatic Colors of #FED725
Black with #FED725
Text Example
Text Example
White with #FED725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED725; }
p { color: rgb(254,215,37); }
H1.HeaderClassName
{
color: #FED725;
}
.AnyTagClassName
{
color: #FED725;
}
</style>
background-color css
<style>
a { background-color: #FED725; }
a { background-color: rgb(254,215,37); }
div.DivClassName
{
background-color: #FED725;
}
.BgClassName
{
background-color: #FED725;
}
</style>
border-color css
<style>
span { border-color: #FED725; }
span { border-color: rgb(254,215,37); }
td.TdClassName
{
border-color: #FED725;
}
.TagClassName
{
border-color: #FED725;
}
</style>