Shades of Turbo #FECD1B
Tints of Turbo #FECD1B
RGB
CMYK
RGB Variations
Color information
#FECD1B (or 0xFECD1B) is known color: Turbo. HEX triplet: FE, CD and 1B. RGB value is (254,205,27). Sum of RGB (Red+Green+Blue) = 254+205+27=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 27 (10.94% from 255 or 5.56% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECD1B is #0132E4. Grayscale: #C8C8C8. Windows color (decimal): -78565 or 1822206. OLE color: 1822206.
HSL color Cylindrical-coordinate representation of color #FECD1B: hue angle of 47.05º 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 #FECD1B is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 27 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.00 |
| HSL | 47.05º | 0.99% | 0.55% | - |
| HSV(B) | 47.05º | 0.89% | 1% | - |
| XYZ | 62.9 | 64.81 | 10.23 | - |
| YUV | 199.36 | 30.73 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 27 | 0 | 0.19 | 0.89 | 0.00 | 47.05 | 0.99 | 0.55 |
| Hex | FE | CD | 1B | 0 | 13 | 59 | 0 | 2F | 63 | 37 |
| Octal | 376 | 315 | 33 | 0 | 23 | 131 | 0 | 57 | 143 | 67 |
| Binary | 11111110 | 11001101 | 11011 | 0 | 10011 | 1011001 | 0 | 101111 | 1100011 | 110111 |
Color Harmonies of #FECD1B
Complementary color
Monochromatic Colors of #FECD1B
Black with #FECD1B
Text Example
Text Example
White with #FECD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD1B; }
p { color: rgb(254,205,27); }
H1.HeaderClassName
{
color: #FECD1B;
}
.AnyTagClassName
{
color: #FECD1B;
}
</style>
background-color css
<style>
a { background-color: #FECD1B; }
a { background-color: rgb(254,205,27); }
div.DivClassName
{
background-color: #FECD1B;
}
.BgClassName
{
background-color: #FECD1B;
}
</style>
border-color css
<style>
span { border-color: #FECD1B; }
span { border-color: rgb(254,205,27); }
td.TdClassName
{
border-color: #FECD1B;
}
.TagClassName
{
border-color: #FECD1B;
}
</style>