Shades of Turbo #FDC71C
Tints of Turbo #FDC71C
RGB
CMYK
RGB Variations
Color information
#FDC71C (or 0xFDC71C) is known color: Turbo. HEX triplet: FD, C7 and 1C. RGB value is (253,199,28). Sum of RGB (Red+Green+Blue) = 253+199+28=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 28 (11.33% from 255 or 5.83% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC71C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC71C is #0238E3. Grayscale: #C4C4C4. Windows color (decimal): -145636 or 1886205. OLE color: 1886205.
HSL color Cylindrical-coordinate representation of color #FDC71C: hue angle of 45.6º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FDC71C is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 28 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.01 |
| HSL | 45.6º | 0.98% | 0.55% | - |
| HSV(B) | 45.6º | 0.89% | 0.99% | - |
| XYZ | 61.14 | 61.81 | 9.81 | - |
| YUV | 195.65 | 33.39 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 28 | 0 | 0.21 | 0.89 | 0.01 | 45.6 | 0.98 | 0.55 |
| Hex | FD | C7 | 1C | 0 | 15 | 59 | 1 | 2E | 62 | 37 |
| Octal | 375 | 307 | 34 | 0 | 25 | 131 | 1 | 56 | 142 | 67 |
| Binary | 11111101 | 11000111 | 11100 | 0 | 10101 | 1011001 | 1 | 101110 | 1100010 | 110111 |
Color Harmonies of #FDC71C
Complementary color
Monochromatic Colors of #FDC71C
Black with #FDC71C
Text Example
Text Example
White with #FDC71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC71C; }
p { color: rgb(253,199,28); }
H1.HeaderClassName
{
color: #FDC71C;
}
.AnyTagClassName
{
color: #FDC71C;
}
</style>
background-color css
<style>
a { background-color: #FDC71C; }
a { background-color: rgb(253,199,28); }
div.DivClassName
{
background-color: #FDC71C;
}
.BgClassName
{
background-color: #FDC71C;
}
</style>
border-color css
<style>
span { border-color: #FDC71C; }
span { border-color: rgb(253,199,28); }
td.TdClassName
{
border-color: #FDC71C;
}
.TagClassName
{
border-color: #FDC71C;
}
</style>