Shades of Turbo #FDC816
Tints of Turbo #FDC816
RGB
CMYK
RGB Variations
Color information
#FDC816 (or 0xFDC816) is known color: Turbo. HEX triplet: FD, C8 and 16. RGB value is (253,200,22). Sum of RGB (Red+Green+Blue) = 253+200+22=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 200 (78.52% from 255 or 42.11% from 475); Blue value is 22 (8.98% from 255 or 4.63% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC816 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC816 is #0237E9. Grayscale: #C4C4C4. Windows color (decimal): -145386 or 1493245. OLE color: 1493245.
HSL color Cylindrical-coordinate representation of color #FDC816: hue angle of 46.23º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FDC816 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 22 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.01 |
| HSL | 46.23º | 0.98% | 0.54% | - |
| HSV(B) | 46.23º | 0.91% | 0.99% | - |
| XYZ | 61.31 | 62.25 | 9.54 | - |
| YUV | 195.56 | 30.06 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 22 | 0 | 0.21 | 0.91 | 0.01 | 46.23 | 0.98 | 0.54 |
| Hex | FD | C8 | 16 | 0 | 15 | 5B | 1 | 2E | 62 | 36 |
| Octal | 375 | 310 | 26 | 0 | 25 | 133 | 1 | 56 | 142 | 66 |
| Binary | 11111101 | 11001000 | 10110 | 0 | 10101 | 1011011 | 1 | 101110 | 1100010 | 110110 |
Color Harmonies of #FDC816
Complementary color
Monochromatic Colors of #FDC816
Black with #FDC816
Text Example
Text Example
White with #FDC816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC816; }
p { color: rgb(253,200,22); }
H1.HeaderClassName
{
color: #FDC816;
}
.AnyTagClassName
{
color: #FDC816;
}
</style>
background-color css
<style>
a { background-color: #FDC816; }
a { background-color: rgb(253,200,22); }
div.DivClassName
{
background-color: #FDC816;
}
.BgClassName
{
background-color: #FDC816;
}
</style>
border-color css
<style>
span { border-color: #FDC816; }
span { border-color: rgb(253,200,22); }
td.TdClassName
{
border-color: #FDC816;
}
.TagClassName
{
border-color: #FDC816;
}
</style>