Shades of Turbo #FDD71C
Tints of Turbo #FDD71C
RGB
CMYK
RGB Variations
Color information
#FDD71C (or 0xFDD71C) is known color: Turbo. HEX triplet: FD, D7 and 1C. RGB value is (253,215,28). Sum of RGB (Red+Green+Blue) = 253+215+28=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 215 (84.38% from 255 or 43.35% from 496); Blue value is 28 (11.33% from 255 or 5.65% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD71C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD71C is #0228E3. Grayscale: #CDCDCD. Windows color (decimal): -141540 or 1890301. OLE color: 1890301.
HSL color Cylindrical-coordinate representation of color #FDD71C: hue angle of 49.87º 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 #FDD71C is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 28 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.01 |
| HSL | 49.87º | 0.98% | 0.55% | - |
| HSV(B) | 49.87º | 0.89% | 0.99% | - |
| XYZ | 65.02 | 69.57 | 11.1 | - |
| YUV | 205.04 | 28.09 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 28 | 0 | 0.15 | 0.89 | 0.01 | 49.87 | 0.98 | 0.55 |
| Hex | FD | D7 | 1C | 0 | F | 59 | 1 | 32 | 62 | 37 |
| Octal | 375 | 327 | 34 | 0 | 17 | 131 | 1 | 62 | 142 | 67 |
| Binary | 11111101 | 11010111 | 11100 | 0 | 1111 | 1011001 | 1 | 110010 | 1100010 | 110111 |
Color Harmonies of #FDD71C
Complementary color
Monochromatic Colors of #FDD71C
Black with #FDD71C
Text Example
Text Example
White with #FDD71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD71C; }
p { color: rgb(253,215,28); }
H1.HeaderClassName
{
color: #FDD71C;
}
.AnyTagClassName
{
color: #FDD71C;
}
</style>
background-color css
<style>
a { background-color: #FDD71C; }
a { background-color: rgb(253,215,28); }
div.DivClassName
{
background-color: #FDD71C;
}
.BgClassName
{
background-color: #FDD71C;
}
</style>
border-color css
<style>
span { border-color: #FDD71C; }
span { border-color: rgb(253,215,28); }
td.TdClassName
{
border-color: #FDD71C;
}
.TagClassName
{
border-color: #FDD71C;
}
</style>