Shades of Turbo #FDD624
Tints of Turbo #FDD624
RGB
CMYK
RGB Variations
Color information
#FDD624 (or 0xFDD624) is known color: Turbo. HEX triplet: FD, D6 and 24. RGB value is (253,214,36). Sum of RGB (Red+Green+Blue) = 253+214+36=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 214 (83.98% from 255 or 42.54% from 503); Blue value is 36 (14.45% from 255 or 7.16% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD624 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD624 is #0229DB. Grayscale: #CECECE. Windows color (decimal): -141788 or 2414333. OLE color: 2414333.
HSL color Cylindrical-coordinate representation of color #FDD624: hue angle of 49.22º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FDD624 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 36 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.01 |
| HSL | 49.22º | 0.98% | 0.57% | - |
| HSV(B) | 49.22º | 0.86% | 0.99% | - |
| XYZ | 64.87 | 69.1 | 11.59 | - |
| YUV | 205.37 | 32.42 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 36 | 0 | 0.15 | 0.86 | 0.01 | 49.22 | 0.98 | 0.57 |
| Hex | FD | D6 | 24 | 0 | F | 56 | 1 | 31 | 62 | 39 |
| Octal | 375 | 326 | 44 | 0 | 17 | 126 | 1 | 61 | 142 | 71 |
| Binary | 11111101 | 11010110 | 100100 | 0 | 1111 | 1010110 | 1 | 110001 | 1100010 | 111001 |
Color Harmonies of #FDD624
Complementary color
Monochromatic Colors of #FDD624
Black with #FDD624
Text Example
Text Example
White with #FDD624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD624; }
p { color: rgb(253,214,36); }
H1.HeaderClassName
{
color: #FDD624;
}
.AnyTagClassName
{
color: #FDD624;
}
</style>
background-color css
<style>
a { background-color: #FDD624; }
a { background-color: rgb(253,214,36); }
div.DivClassName
{
background-color: #FDD624;
}
.BgClassName
{
background-color: #FDD624;
}
</style>
border-color css
<style>
span { border-color: #FDD624; }
span { border-color: rgb(253,214,36); }
td.TdClassName
{
border-color: #FDD624;
}
.TagClassName
{
border-color: #FDD624;
}
</style>