Shades of Turbo #FECD28
Tints of Turbo #FECD28
RGB
CMYK
RGB Variations
Color information
#FECD28 (or 0xFECD28) is known color: Turbo. HEX triplet: FE, CD and 28. RGB value is (254,205,40). Sum of RGB (Red+Green+Blue) = 254+205+40=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 40 (16.02% from 255 or 8.02% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECD28 is #0132D7. Grayscale: #C9C9C9. Windows color (decimal): -78552 or 2674174. OLE color: 2674174.
HSL color Cylindrical-coordinate representation of color #FECD28: hue angle of 46.26º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FECD28 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 40 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.00 |
| HSL | 46.26º | 0.99% | 0.58% | - |
| HSV(B) | 46.26º | 0.84% | 1% | - |
| XYZ | 63.09 | 64.89 | 11.21 | - |
| YUV | 200.84 | 37.23 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 40 | 0 | 0.19 | 0.84 | 0.00 | 46.26 | 0.99 | 0.58 |
| Hex | FE | CD | 28 | 0 | 13 | 54 | 0 | 2E | 63 | 3A |
| Octal | 376 | 315 | 50 | 0 | 23 | 124 | 0 | 56 | 143 | 72 |
| Binary | 11111110 | 11001101 | 101000 | 0 | 10011 | 1010100 | 0 | 101110 | 1100011 | 111010 |
Color Harmonies of #FECD28
Complementary color
Monochromatic Colors of #FECD28
Black with #FECD28
Text Example
Text Example
White with #FECD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD28; }
p { color: rgb(254,205,40); }
H1.HeaderClassName
{
color: #FECD28;
}
.AnyTagClassName
{
color: #FECD28;
}
</style>
background-color css
<style>
a { background-color: #FECD28; }
a { background-color: rgb(254,205,40); }
div.DivClassName
{
background-color: #FECD28;
}
.BgClassName
{
background-color: #FECD28;
}
</style>
border-color css
<style>
span { border-color: #FECD28; }
span { border-color: rgb(254,205,40); }
td.TdClassName
{
border-color: #FECD28;
}
.TagClassName
{
border-color: #FECD28;
}
</style>