Shades of Turbo #FED423
Tints of Turbo #FED423
RGB
CMYK
RGB Variations
Color information
#FED423 (or 0xFED423) is known color: Turbo. HEX triplet: FE, D4 and 23. RGB value is (254,212,35). Sum of RGB (Red+Green+Blue) = 254+212+35=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 35 (14.06% from 255 or 6.99% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FED423 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED423 is #012BDC. Grayscale: #CDCDCD. Windows color (decimal): -76765 or 2348286. OLE color: 2348286.
HSL color Cylindrical-coordinate representation of color #FED423: hue angle of 48.49º 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 #FED423 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 35 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.00 |
| HSL | 48.49º | 0.99% | 0.57% | - |
| HSV(B) | 48.49º | 0.86% | 1% | - |
| XYZ | 64.72 | 68.28 | 11.36 | - |
| YUV | 204.38 | 32.41 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 35 | 0 | 0.17 | 0.86 | 0.00 | 48.49 | 0.99 | 0.57 |
| Hex | FE | D4 | 23 | 0 | 11 | 56 | 0 | 30 | 63 | 39 |
| Octal | 376 | 324 | 43 | 0 | 21 | 126 | 0 | 60 | 143 | 71 |
| Binary | 11111110 | 11010100 | 100011 | 0 | 10001 | 1010110 | 0 | 110000 | 1100011 | 111001 |
Color Harmonies of #FED423
Complementary color
Monochromatic Colors of #FED423
Black with #FED423
Text Example
Text Example
White with #FED423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED423; }
p { color: rgb(254,212,35); }
H1.HeaderClassName
{
color: #FED423;
}
.AnyTagClassName
{
color: #FED423;
}
</style>
background-color css
<style>
a { background-color: #FED423; }
a { background-color: rgb(254,212,35); }
div.DivClassName
{
background-color: #FED423;
}
.BgClassName
{
background-color: #FED423;
}
</style>
border-color css
<style>
span { border-color: #FED423; }
span { border-color: rgb(254,212,35); }
td.TdClassName
{
border-color: #FED423;
}
.TagClassName
{
border-color: #FED423;
}
</style>