Shades of Turbo #FDD317
Tints of Turbo #FDD317
RGB
CMYK
RGB Variations
Color information
#FDD317 (or 0xFDD317) is known color: Turbo. HEX triplet: FD, D3 and 17. RGB value is (253,211,23). Sum of RGB (Red+Green+Blue) = 253+211+23=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 211 (82.81% from 255 or 43.33% from 487); Blue value is 23 (9.38% from 255 or 4.72% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD317 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD317 is #022CE8. Grayscale: #CACACA. Windows color (decimal): -142569 or 1561597. OLE color: 1561597.
HSL color Cylindrical-coordinate representation of color #FDD317: hue angle of 49.04º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FDD317 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 23 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.01 |
| HSL | 49.04º | 0.98% | 0.54% | - |
| HSV(B) | 49.04º | 0.91% | 0.99% | - |
| XYZ | 63.96 | 67.53 | 10.47 | - |
| YUV | 202.13 | 26.91 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 23 | 0 | 0.17 | 0.91 | 0.01 | 49.04 | 0.98 | 0.54 |
| Hex | FD | D3 | 17 | 0 | 11 | 5B | 1 | 31 | 62 | 36 |
| Octal | 375 | 323 | 27 | 0 | 21 | 133 | 1 | 61 | 142 | 66 |
| Binary | 11111101 | 11010011 | 10111 | 0 | 10001 | 1011011 | 1 | 110001 | 1100010 | 110110 |
Color Harmonies of #FDD317
Complementary color
Monochromatic Colors of #FDD317
Black with #FDD317
Text Example
Text Example
White with #FDD317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD317; }
p { color: rgb(253,211,23); }
H1.HeaderClassName
{
color: #FDD317;
}
.AnyTagClassName
{
color: #FDD317;
}
</style>
background-color css
<style>
a { background-color: #FDD317; }
a { background-color: rgb(253,211,23); }
div.DivClassName
{
background-color: #FDD317;
}
.BgClassName
{
background-color: #FDD317;
}
</style>
border-color css
<style>
span { border-color: #FDD317; }
span { border-color: rgb(253,211,23); }
td.TdClassName
{
border-color: #FDD317;
}
.TagClassName
{
border-color: #FDD317;
}
</style>