Shades of Turbo #FDD61D
Tints of Turbo #FDD61D
RGB
CMYK
RGB Variations
Color information
#FDD61D (or 0xFDD61D) is known color: Turbo. HEX triplet: FD, D6 and 1D. RGB value is (253,214,29). Sum of RGB (Red+Green+Blue) = 253+214+29=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 29 (11.72% from 255 or 5.85% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD61D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD61D is #0229E2. Grayscale: #CDCDCD. Windows color (decimal): -141795 or 1955581. OLE color: 1955581.
HSL color Cylindrical-coordinate representation of color #FDD61D: hue angle of 49.55º 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 #FDD61D is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 29 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.01 |
| HSL | 49.55º | 0.98% | 0.55% | - |
| HSV(B) | 49.55º | 0.89% | 0.99% | - |
| XYZ | 64.78 | 69.06 | 11.08 | - |
| YUV | 204.57 | 28.92 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 29 | 0 | 0.15 | 0.89 | 0.01 | 49.55 | 0.98 | 0.55 |
| Hex | FD | D6 | 1D | 0 | F | 59 | 1 | 32 | 62 | 37 |
| Octal | 375 | 326 | 35 | 0 | 17 | 131 | 1 | 62 | 142 | 67 |
| Binary | 11111101 | 11010110 | 11101 | 0 | 1111 | 1011001 | 1 | 110010 | 1100010 | 110111 |
Color Harmonies of #FDD61D
Complementary color
Monochromatic Colors of #FDD61D
Black with #FDD61D
Text Example
Text Example
White with #FDD61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD61D; }
p { color: rgb(253,214,29); }
H1.HeaderClassName
{
color: #FDD61D;
}
.AnyTagClassName
{
color: #FDD61D;
}
</style>
background-color css
<style>
a { background-color: #FDD61D; }
a { background-color: rgb(253,214,29); }
div.DivClassName
{
background-color: #FDD61D;
}
.BgClassName
{
background-color: #FDD61D;
}
</style>
border-color css
<style>
span { border-color: #FDD61D; }
span { border-color: rgb(253,214,29); }
td.TdClassName
{
border-color: #FDD61D;
}
.TagClassName
{
border-color: #FDD61D;
}
</style>