Shades of Turbo #FEC81D
Tints of Turbo #FEC81D
RGB
CMYK
RGB Variations
Color information
#FEC81D (or 0xFEC81D) is known color: Turbo. HEX triplet: FE, C8 and 1D. RGB value is (254,200,29). Sum of RGB (Red+Green+Blue) = 254+200+29=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 29 (11.72% from 255 or 6.00% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC81D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC81D is #0137E2. Grayscale: #C5C5C5. Windows color (decimal): -79843 or 1951998. OLE color: 1951998.
HSL color Cylindrical-coordinate representation of color #FEC81D: hue angle of 45.6º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FEC81D is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 29 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.00 |
| HSL | 45.6º | 0.99% | 0.55% | - |
| HSV(B) | 45.6º | 0.89% | 1% | - |
| XYZ | 61.75 | 62.47 | 9.97 | - |
| YUV | 196.65 | 33.39 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 29 | 0 | 0.21 | 0.89 | 0.00 | 45.6 | 0.99 | 0.55 |
| Hex | FE | C8 | 1D | 0 | 15 | 59 | 0 | 2E | 63 | 37 |
| Octal | 376 | 310 | 35 | 0 | 25 | 131 | 0 | 56 | 143 | 67 |
| Binary | 11111110 | 11001000 | 11101 | 0 | 10101 | 1011001 | 0 | 101110 | 1100011 | 110111 |
Color Harmonies of #FEC81D
Complementary color
Monochromatic Colors of #FEC81D
Black with #FEC81D
Text Example
Text Example
White with #FEC81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC81D; }
p { color: rgb(254,200,29); }
H1.HeaderClassName
{
color: #FEC81D;
}
.AnyTagClassName
{
color: #FEC81D;
}
</style>
background-color css
<style>
a { background-color: #FEC81D; }
a { background-color: rgb(254,200,29); }
div.DivClassName
{
background-color: #FEC81D;
}
.BgClassName
{
background-color: #FEC81D;
}
</style>
border-color css
<style>
span { border-color: #FEC81D; }
span { border-color: rgb(254,200,29); }
td.TdClassName
{
border-color: #FEC81D;
}
.TagClassName
{
border-color: #FEC81D;
}
</style>