Shades of Turbo #FDD31F
Tints of Turbo #FDD31F
RGB
CMYK
RGB Variations
Color information
#FDD31F (or 0xFDD31F) is known color: Turbo. HEX triplet: FD, D3 and 1F. RGB value is (253,211,31). Sum of RGB (Red+Green+Blue) = 253+211+31=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 211 (82.81% from 255 or 42.63% from 495); Blue value is 31 (12.5% from 255 or 6.26% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD31F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD31F is #022CE0. Grayscale: #CBCBCB. Windows color (decimal): -142561 or 2085885. OLE color: 2085885.
HSL color Cylindrical-coordinate representation of color #FDD31F: hue angle of 48.65º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FDD31F is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 31 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.01 |
| HSL | 48.65º | 0.98% | 0.56% | - |
| HSV(B) | 48.65º | 0.88% | 0.99% | - |
| XYZ | 64.05 | 67.57 | 10.96 | - |
| YUV | 203.04 | 30.91 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 31 | 0 | 0.17 | 0.88 | 0.01 | 48.65 | 0.98 | 0.56 |
| Hex | FD | D3 | 1F | 0 | 11 | 58 | 1 | 31 | 62 | 38 |
| Octal | 375 | 323 | 37 | 0 | 21 | 130 | 1 | 61 | 142 | 70 |
| Binary | 11111101 | 11010011 | 11111 | 0 | 10001 | 1011000 | 1 | 110001 | 1100010 | 111000 |
Color Harmonies of #FDD31F
Complementary color
Monochromatic Colors of #FDD31F
Black with #FDD31F
Text Example
Text Example
White with #FDD31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD31F; }
p { color: rgb(253,211,31); }
H1.HeaderClassName
{
color: #FDD31F;
}
.AnyTagClassName
{
color: #FDD31F;
}
</style>
background-color css
<style>
a { background-color: #FDD31F; }
a { background-color: rgb(253,211,31); }
div.DivClassName
{
background-color: #FDD31F;
}
.BgClassName
{
background-color: #FDD31F;
}
</style>
border-color css
<style>
span { border-color: #FDD31F; }
span { border-color: rgb(253,211,31); }
td.TdClassName
{
border-color: #FDD31F;
}
.TagClassName
{
border-color: #FDD31F;
}
</style>