Shades of Turbo #FED123
Tints of Turbo #FED123
RGB
CMYK
RGB Variations
Color information
#FED123 (or 0xFED123) is known color: Turbo. HEX triplet: FE, D1 and 23. RGB value is (254,209,35). Sum of RGB (Red+Green+Blue) = 254+209+35=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 35 (14.06% from 255 or 7.03% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FED123 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED123 is #012EDC. Grayscale: #CBCBCB. Windows color (decimal): -77533 or 2347518. OLE color: 2347518.
HSL color Cylindrical-coordinate representation of color #FED123: hue angle of 47.67º 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 #FED123 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 35 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.00 |
| HSL | 47.67º | 0.99% | 0.57% | - |
| HSV(B) | 47.67º | 0.86% | 1% | - |
| XYZ | 63.98 | 66.79 | 11.11 | - |
| YUV | 202.62 | 33.41 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 35 | 0 | 0.18 | 0.86 | 0.00 | 47.67 | 0.99 | 0.57 |
| Hex | FE | D1 | 23 | 0 | 12 | 56 | 0 | 30 | 63 | 39 |
| Octal | 376 | 321 | 43 | 0 | 22 | 126 | 0 | 60 | 143 | 71 |
| Binary | 11111110 | 11010001 | 100011 | 0 | 10010 | 1010110 | 0 | 110000 | 1100011 | 111001 |
Color Harmonies of #FED123
Complementary color
Monochromatic Colors of #FED123
Black with #FED123
Text Example
Text Example
White with #FED123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED123; }
p { color: rgb(254,209,35); }
H1.HeaderClassName
{
color: #FED123;
}
.AnyTagClassName
{
color: #FED123;
}
</style>
background-color css
<style>
a { background-color: #FED123; }
a { background-color: rgb(254,209,35); }
div.DivClassName
{
background-color: #FED123;
}
.BgClassName
{
background-color: #FED123;
}
</style>
border-color css
<style>
span { border-color: #FED123; }
span { border-color: rgb(254,209,35); }
td.TdClassName
{
border-color: #FED123;
}
.TagClassName
{
border-color: #FED123;
}
</style>