Shades of Turbo #FDD51E
Tints of Turbo #FDD51E
RGB
CMYK
RGB Variations
Color information
#FDD51E (or 0xFDD51E) is known color: Turbo. HEX triplet: FD, D5 and 1E. RGB value is (253,213,30). Sum of RGB (Red+Green+Blue) = 253+213+30=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 30 (12.11% from 255 or 6.05% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD51E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD51E is #022AE1. Grayscale: #CCCCCC. Windows color (decimal): -142050 or 2020861. OLE color: 2020861.
HSL color Cylindrical-coordinate representation of color #FDD51E: hue angle of 49.24º 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 #FDD51E is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 30 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.01 |
| HSL | 49.24º | 0.98% | 0.55% | - |
| HSV(B) | 49.24º | 0.88% | 0.99% | - |
| XYZ | 64.54 | 68.56 | 11.06 | - |
| YUV | 204.1 | 29.75 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 30 | 0 | 0.16 | 0.88 | 0.01 | 49.24 | 0.98 | 0.55 |
| Hex | FD | D5 | 1E | 0 | 10 | 58 | 1 | 31 | 62 | 37 |
| Octal | 375 | 325 | 36 | 0 | 20 | 130 | 1 | 61 | 142 | 67 |
| Binary | 11111101 | 11010101 | 11110 | 0 | 10000 | 1011000 | 1 | 110001 | 1100010 | 110111 |
Color Harmonies of #FDD51E
Complementary color
Monochromatic Colors of #FDD51E
Black with #FDD51E
Text Example
Text Example
White with #FDD51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD51E; }
p { color: rgb(253,213,30); }
H1.HeaderClassName
{
color: #FDD51E;
}
.AnyTagClassName
{
color: #FDD51E;
}
</style>
background-color css
<style>
a { background-color: #FDD51E; }
a { background-color: rgb(253,213,30); }
div.DivClassName
{
background-color: #FDD51E;
}
.BgClassName
{
background-color: #FDD51E;
}
</style>
border-color css
<style>
span { border-color: #FDD51E; }
span { border-color: rgb(253,213,30); }
td.TdClassName
{
border-color: #FDD51E;
}
.TagClassName
{
border-color: #FDD51E;
}
</style>