Shades of Turbo #FDCE1E
Tints of Turbo #FDCE1E
RGB
CMYK
RGB Variations
Color information
#FDCE1E (or 0xFDCE1E) is known color: Turbo. HEX triplet: FD, CE and 1E. RGB value is (253,206,30). Sum of RGB (Red+Green+Blue) = 253+206+30=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 30 (12.11% from 255 or 6.13% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCE1E is #0231E1. Grayscale: #C8C8C8. Windows color (decimal): -143842 or 2019069. OLE color: 2019069.
HSL color Cylindrical-coordinate representation of color #FDCE1E: hue angle of 47.35º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FDCE1E is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 30 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.01 |
| HSL | 47.35º | 0.98% | 0.55% | - |
| HSV(B) | 47.35º | 0.88% | 0.99% | - |
| XYZ | 62.81 | 65.12 | 10.49 | - |
| YUV | 199.99 | 32.07 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 30 | 0 | 0.19 | 0.88 | 0.01 | 47.35 | 0.98 | 0.55 |
| Hex | FD | CE | 1E | 0 | 13 | 58 | 1 | 2F | 62 | 37 |
| Octal | 375 | 316 | 36 | 0 | 23 | 130 | 1 | 57 | 142 | 67 |
| Binary | 11111101 | 11001110 | 11110 | 0 | 10011 | 1011000 | 1 | 101111 | 1100010 | 110111 |
Color Harmonies of #FDCE1E
Complementary color
Monochromatic Colors of #FDCE1E
Black with #FDCE1E
Text Example
Text Example
White with #FDCE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCE1E; }
p { color: rgb(253,206,30); }
H1.HeaderClassName
{
color: #FDCE1E;
}
.AnyTagClassName
{
color: #FDCE1E;
}
</style>
background-color css
<style>
a { background-color: #FDCE1E; }
a { background-color: rgb(253,206,30); }
div.DivClassName
{
background-color: #FDCE1E;
}
.BgClassName
{
background-color: #FDCE1E;
}
</style>
border-color css
<style>
span { border-color: #FDCE1E; }
span { border-color: rgb(253,206,30); }
td.TdClassName
{
border-color: #FDCE1E;
}
.TagClassName
{
border-color: #FDCE1E;
}
</style>