Shades of Turbo #FED523
Tints of Turbo #FED523
RGB
CMYK
RGB Variations
Color information
#FED523 (or 0xFED523) is known color: Turbo. HEX triplet: FE, D5 and 23. RGB value is (254,213,35). Sum of RGB (Red+Green+Blue) = 254+213+35=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 35 (14.06% from 255 or 6.97% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FED523 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED523 is #012ADC. Grayscale: #CDCDCD. Windows color (decimal): -76509 or 2348542. OLE color: 2348542.
HSL color Cylindrical-coordinate representation of color #FED523: hue angle of 48.77º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FED523 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 35 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.00 |
| HSL | 48.77º | 0.99% | 0.57% | - |
| HSV(B) | 48.77º | 0.86% | 1% | - |
| XYZ | 64.97 | 68.78 | 11.44 | - |
| YUV | 204.97 | 32.08 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 35 | 0 | 0.16 | 0.86 | 0.00 | 48.77 | 0.99 | 0.57 |
| Hex | FE | D5 | 23 | 0 | 10 | 56 | 0 | 31 | 63 | 39 |
| Octal | 376 | 325 | 43 | 0 | 20 | 126 | 0 | 61 | 143 | 71 |
| Binary | 11111110 | 11010101 | 100011 | 0 | 10000 | 1010110 | 0 | 110001 | 1100011 | 111001 |
Color Harmonies of #FED523
Complementary color
Monochromatic Colors of #FED523
Black with #FED523
Text Example
Text Example
White with #FED523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED523; }
p { color: rgb(254,213,35); }
H1.HeaderClassName
{
color: #FED523;
}
.AnyTagClassName
{
color: #FED523;
}
</style>
background-color css
<style>
a { background-color: #FED523; }
a { background-color: rgb(254,213,35); }
div.DivClassName
{
background-color: #FED523;
}
.BgClassName
{
background-color: #FED523;
}
</style>
border-color css
<style>
span { border-color: #FED523; }
span { border-color: rgb(254,213,35); }
td.TdClassName
{
border-color: #FED523;
}
.TagClassName
{
border-color: #FED523;
}
</style>