Shades of Turbo #FDC814
Tints of Turbo #FDC814
RGB
CMYK
RGB Variations
Color information
#FDC814 (or 0xFDC814) is known color: Turbo. HEX triplet: FD, C8 and 14. RGB value is (253,200,20). Sum of RGB (Red+Green+Blue) = 253+200+20=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 20 (8.20% from 255 or 4.23% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC814 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC814 is #0237EB. Grayscale: #C4C4C4. Windows color (decimal): -145388 or 1362173. OLE color: 1362173.
HSL color Cylindrical-coordinate representation of color #FDC814: hue angle of 46.35º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FDC814 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 20 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.01 |
| HSL | 46.35º | 0.98% | 0.54% | - |
| HSV(B) | 46.35º | 0.92% | 0.99% | - |
| XYZ | 61.29 | 62.24 | 9.45 | - |
| YUV | 195.33 | 29.06 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 20 | 0 | 0.21 | 0.92 | 0.01 | 46.35 | 0.98 | 0.54 |
| Hex | FD | C8 | 14 | 0 | 15 | 5C | 1 | 2E | 62 | 36 |
| Octal | 375 | 310 | 24 | 0 | 25 | 134 | 1 | 56 | 142 | 66 |
| Binary | 11111101 | 11001000 | 10100 | 0 | 10101 | 1011100 | 1 | 101110 | 1100010 | 110110 |
Color Harmonies of #FDC814
Complementary color
Monochromatic Colors of #FDC814
Black with #FDC814
Text Example
Text Example
White with #FDC814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC814; }
p { color: rgb(253,200,20); }
H1.HeaderClassName
{
color: #FDC814;
}
.AnyTagClassName
{
color: #FDC814;
}
</style>
background-color css
<style>
a { background-color: #FDC814; }
a { background-color: rgb(253,200,20); }
div.DivClassName
{
background-color: #FDC814;
}
.BgClassName
{
background-color: #FDC814;
}
</style>
border-color css
<style>
span { border-color: #FDC814; }
span { border-color: rgb(253,200,20); }
td.TdClassName
{
border-color: #FDC814;
}
.TagClassName
{
border-color: #FDC814;
}
</style>