Shades of Turbo #FDC714
Tints of Turbo #FDC714
RGB
CMYK
RGB Variations
Color information
#FDC714 (or 0xFDC714) is known color: Turbo. HEX triplet: FD, C7 and 14. RGB value is (253,199,20). Sum of RGB (Red+Green+Blue) = 253+199+20=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 20 (8.20% from 255 or 4.24% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC714 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC714 is #0238EB. Grayscale: #C3C3C3. Windows color (decimal): -145644 or 1361917. OLE color: 1361917.
HSL color Cylindrical-coordinate representation of color #FDC714: hue angle of 46.09º 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 #FDC714 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 20 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.01 |
| HSL | 46.09º | 0.98% | 0.54% | - |
| HSV(B) | 46.09º | 0.92% | 0.99% | - |
| XYZ | 61.06 | 61.78 | 9.37 | - |
| YUV | 194.74 | 29.39 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 20 | 0 | 0.21 | 0.92 | 0.01 | 46.09 | 0.98 | 0.54 |
| Hex | FD | C7 | 14 | 0 | 15 | 5C | 1 | 2E | 62 | 36 |
| Octal | 375 | 307 | 24 | 0 | 25 | 134 | 1 | 56 | 142 | 66 |
| Binary | 11111101 | 11000111 | 10100 | 0 | 10101 | 1011100 | 1 | 101110 | 1100010 | 110110 |
Color Harmonies of #FDC714
Complementary color
Monochromatic Colors of #FDC714
Black with #FDC714
Text Example
Text Example
White with #FDC714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC714; }
p { color: rgb(253,199,20); }
H1.HeaderClassName
{
color: #FDC714;
}
.AnyTagClassName
{
color: #FDC714;
}
</style>
background-color css
<style>
a { background-color: #FDC714; }
a { background-color: rgb(253,199,20); }
div.DivClassName
{
background-color: #FDC714;
}
.BgClassName
{
background-color: #FDC714;
}
</style>
border-color css
<style>
span { border-color: #FDC714; }
span { border-color: rgb(253,199,20); }
td.TdClassName
{
border-color: #FDC714;
}
.TagClassName
{
border-color: #FDC714;
}
</style>