Shades of Turbo #FECD1A
Tints of Turbo #FECD1A
RGB
CMYK
RGB Variations
Color information
#FECD1A (or 0xFECD1A) is known color: Turbo. HEX triplet: FE, CD and 1A. RGB value is (254,205,26). Sum of RGB (Red+Green+Blue) = 254+205+26=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 26 (10.55% from 255 or 5.36% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECD1A is #0132E5. Grayscale: #C8C8C8. Windows color (decimal): -78566 or 1756670. OLE color: 1756670.
HSL color Cylindrical-coordinate representation of color #FECD1A: hue angle of 47.11º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FECD1A is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 26 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.00 |
| HSL | 47.11º | 0.99% | 0.55% | - |
| HSV(B) | 47.11º | 0.9% | 1% | - |
| XYZ | 62.89 | 64.81 | 10.17 | - |
| YUV | 199.25 | 30.23 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 26 | 0 | 0.19 | 0.90 | 0.00 | 47.11 | 0.99 | 0.55 |
| Hex | FE | CD | 1A | 0 | 13 | 5A | 0 | 2F | 63 | 37 |
| Octal | 376 | 315 | 32 | 0 | 23 | 132 | 0 | 57 | 143 | 67 |
| Binary | 11111110 | 11001101 | 11010 | 0 | 10011 | 1011010 | 0 | 101111 | 1100011 | 110111 |
Color Harmonies of #FECD1A
Complementary color
Monochromatic Colors of #FECD1A
Black with #FECD1A
Text Example
Text Example
White with #FECD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD1A; }
p { color: rgb(254,205,26); }
H1.HeaderClassName
{
color: #FECD1A;
}
.AnyTagClassName
{
color: #FECD1A;
}
</style>
background-color css
<style>
a { background-color: #FECD1A; }
a { background-color: rgb(254,205,26); }
div.DivClassName
{
background-color: #FECD1A;
}
.BgClassName
{
background-color: #FECD1A;
}
</style>
border-color css
<style>
span { border-color: #FECD1A; }
span { border-color: rgb(254,205,26); }
td.TdClassName
{
border-color: #FECD1A;
}
.TagClassName
{
border-color: #FECD1A;
}
</style>