Shades of Turbo #FEDA23
Tints of Turbo #FEDA23
RGB
CMYK
RGB Variations
Color information
#FEDA23 (or 0xFEDA23) is known color: Turbo. HEX triplet: FE, DA and 23. RGB value is (254,218,35). Sum of RGB (Red+Green+Blue) = 254+218+35=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 35 (14.06% from 255 or 6.90% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDA23 is #0125DC. Grayscale: #D0D0D0. Windows color (decimal): -75229 or 2349822. OLE color: 2349822.
HSL color Cylindrical-coordinate representation of color #FEDA23: hue angle of 50.14º 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 #FEDA23 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 35 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.00 |
| HSL | 50.14º | 0.99% | 0.57% | - |
| HSV(B) | 50.14º | 0.86% | 1% | - |
| XYZ | 66.25 | 71.33 | 11.87 | - |
| YUV | 207.9 | 30.43 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 35 | 0 | 0.14 | 0.86 | 0.00 | 50.14 | 0.99 | 0.57 |
| Hex | FE | DA | 23 | 0 | E | 56 | 0 | 32 | 63 | 39 |
| Octal | 376 | 332 | 43 | 0 | 16 | 126 | 0 | 62 | 143 | 71 |
| Binary | 11111110 | 11011010 | 100011 | 0 | 1110 | 1010110 | 0 | 110010 | 1100011 | 111001 |
Color Harmonies of #FEDA23
Complementary color
Monochromatic Colors of #FEDA23
Black with #FEDA23
Text Example
Text Example
White with #FEDA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA23; }
p { color: rgb(254,218,35); }
H1.HeaderClassName
{
color: #FEDA23;
}
.AnyTagClassName
{
color: #FEDA23;
}
</style>
background-color css
<style>
a { background-color: #FEDA23; }
a { background-color: rgb(254,218,35); }
div.DivClassName
{
background-color: #FEDA23;
}
.BgClassName
{
background-color: #FEDA23;
}
</style>
border-color css
<style>
span { border-color: #FEDA23; }
span { border-color: rgb(254,218,35); }
td.TdClassName
{
border-color: #FEDA23;
}
.TagClassName
{
border-color: #FEDA23;
}
</style>