Shades of Turbo #FDD71E
Tints of Turbo #FDD71E
RGB
CMYK
RGB Variations
Color information
#FDD71E (or 0xFDD71E) is known color: Turbo. HEX triplet: FD, D7 and 1E. RGB value is (253,215,30). Sum of RGB (Red+Green+Blue) = 253+215+30=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 215 (84.38% from 255 or 43.17% from 498); Blue value is 30 (12.11% from 255 or 6.02% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD71E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD71E is #0228E1. Grayscale: #CECECE. Windows color (decimal): -141538 or 2021373. OLE color: 2021373.
HSL color Cylindrical-coordinate representation of color #FDD71E: hue angle of 49.78º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FDD71E is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 30 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.01 |
| HSL | 49.78º | 0.98% | 0.55% | - |
| HSV(B) | 49.78º | 0.88% | 0.99% | - |
| XYZ | 65.04 | 69.58 | 11.23 | - |
| YUV | 205.27 | 29.09 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 30 | 0 | 0.15 | 0.88 | 0.01 | 49.78 | 0.98 | 0.55 |
| Hex | FD | D7 | 1E | 0 | F | 58 | 1 | 32 | 62 | 37 |
| Octal | 375 | 327 | 36 | 0 | 17 | 130 | 1 | 62 | 142 | 67 |
| Binary | 11111101 | 11010111 | 11110 | 0 | 1111 | 1011000 | 1 | 110010 | 1100010 | 110111 |
Color Harmonies of #FDD71E
Complementary color
Monochromatic Colors of #FDD71E
Black with #FDD71E
Text Example
Text Example
White with #FDD71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD71E; }
p { color: rgb(253,215,30); }
H1.HeaderClassName
{
color: #FDD71E;
}
.AnyTagClassName
{
color: #FDD71E;
}
</style>
background-color css
<style>
a { background-color: #FDD71E; }
a { background-color: rgb(253,215,30); }
div.DivClassName
{
background-color: #FDD71E;
}
.BgClassName
{
background-color: #FDD71E;
}
</style>
border-color css
<style>
span { border-color: #FDD71E; }
span { border-color: rgb(253,215,30); }
td.TdClassName
{
border-color: #FDD71E;
}
.TagClassName
{
border-color: #FDD71E;
}
</style>