Shades of Turbo #FDD31B
Tints of Turbo #FDD31B
RGB
CMYK
RGB Variations
Color information
#FDD31B (or 0xFDD31B) is known color: Turbo. HEX triplet: FD, D3 and 1B. RGB value is (253,211,27). Sum of RGB (Red+Green+Blue) = 253+211+27=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 211 (82.81% from 255 or 42.97% from 491); Blue value is 27 (10.94% from 255 or 5.50% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD31B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD31B is #022CE4. Grayscale: #CBCBCB. Windows color (decimal): -142565 or 1823741. OLE color: 1823741.
HSL color Cylindrical-coordinate representation of color #FDD31B: hue angle of 48.85º 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 #FDD31B is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 27 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.01 |
| HSL | 48.85º | 0.98% | 0.55% | - |
| HSV(B) | 48.85º | 0.89% | 0.99% | - |
| XYZ | 64 | 67.55 | 10.7 | - |
| YUV | 202.58 | 28.91 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 27 | 0 | 0.17 | 0.89 | 0.01 | 48.85 | 0.98 | 0.55 |
| Hex | FD | D3 | 1B | 0 | 11 | 59 | 1 | 31 | 62 | 37 |
| Octal | 375 | 323 | 33 | 0 | 21 | 131 | 1 | 61 | 142 | 67 |
| Binary | 11111101 | 11010011 | 11011 | 0 | 10001 | 1011001 | 1 | 110001 | 1100010 | 110111 |
Color Harmonies of #FDD31B
Complementary color
Monochromatic Colors of #FDD31B
Black with #FDD31B
Text Example
Text Example
White with #FDD31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD31B; }
p { color: rgb(253,211,27); }
H1.HeaderClassName
{
color: #FDD31B;
}
.AnyTagClassName
{
color: #FDD31B;
}
</style>
background-color css
<style>
a { background-color: #FDD31B; }
a { background-color: rgb(253,211,27); }
div.DivClassName
{
background-color: #FDD31B;
}
.BgClassName
{
background-color: #FDD31B;
}
</style>
border-color css
<style>
span { border-color: #FDD31B; }
span { border-color: rgb(253,211,27); }
td.TdClassName
{
border-color: #FDD31B;
}
.TagClassName
{
border-color: #FDD31B;
}
</style>