Shades of Turbo #FDD71B
Tints of Turbo #FDD71B
RGB
CMYK
RGB Variations
Color information
#FDD71B (or 0xFDD71B) is known color: Turbo. HEX triplet: FD, D7 and 1B. RGB value is (253,215,27). Sum of RGB (Red+Green+Blue) = 253+215+27=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 215 (84.38% from 255 or 43.43% from 495); Blue value is 27 (10.94% from 255 or 5.45% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD71B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD71B is #0228E4. Grayscale: #CDCDCD. Windows color (decimal): -141541 or 1824765. OLE color: 1824765.
HSL color Cylindrical-coordinate representation of color #FDD71B: hue angle of 49.91º 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 #FDD71B is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 27 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.01 |
| HSL | 49.91º | 0.98% | 0.55% | - |
| HSV(B) | 49.91º | 0.89% | 0.99% | - |
| XYZ | 65.01 | 69.56 | 11.04 | - |
| YUV | 204.93 | 27.59 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 27 | 0 | 0.15 | 0.89 | 0.01 | 49.91 | 0.98 | 0.55 |
| Hex | FD | D7 | 1B | 0 | F | 59 | 1 | 32 | 62 | 37 |
| Octal | 375 | 327 | 33 | 0 | 17 | 131 | 1 | 62 | 142 | 67 |
| Binary | 11111101 | 11010111 | 11011 | 0 | 1111 | 1011001 | 1 | 110010 | 1100010 | 110111 |
Color Harmonies of #FDD71B
Complementary color
Monochromatic Colors of #FDD71B
Black with #FDD71B
Text Example
Text Example
White with #FDD71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD71B; }
p { color: rgb(253,215,27); }
H1.HeaderClassName
{
color: #FDD71B;
}
.AnyTagClassName
{
color: #FDD71B;
}
</style>
background-color css
<style>
a { background-color: #FDD71B; }
a { background-color: rgb(253,215,27); }
div.DivClassName
{
background-color: #FDD71B;
}
.BgClassName
{
background-color: #FDD71B;
}
</style>
border-color css
<style>
span { border-color: #FDD71B; }
span { border-color: rgb(253,215,27); }
td.TdClassName
{
border-color: #FDD71B;
}
.TagClassName
{
border-color: #FDD71B;
}
</style>