Shades of Turbo #FDD224
Tints of Turbo #FDD224
RGB
CMYK
RGB Variations
Color information
#FDD224 (or 0xFDD224) is known color: Turbo. HEX triplet: FD, D2 and 24. RGB value is (253,210,36). Sum of RGB (Red+Green+Blue) = 253+210+36=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 36 (14.45% from 255 or 7.21% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD224 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD224 is #022DDB. Grayscale: #CBCBCB. Windows color (decimal): -142812 or 2413309. OLE color: 2413309.
HSL color Cylindrical-coordinate representation of color #FDD224: hue angle of 48.11º 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 #FDD224 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 36 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.01 |
| HSL | 48.11º | 0.98% | 0.57% | - |
| HSV(B) | 48.11º | 0.86% | 0.99% | - |
| XYZ | 63.87 | 67.1 | 11.25 | - |
| YUV | 203.02 | 33.75 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 36 | 0 | 0.17 | 0.86 | 0.01 | 48.11 | 0.98 | 0.57 |
| Hex | FD | D2 | 24 | 0 | 11 | 56 | 1 | 30 | 62 | 39 |
| Octal | 375 | 322 | 44 | 0 | 21 | 126 | 1 | 60 | 142 | 71 |
| Binary | 11111101 | 11010010 | 100100 | 0 | 10001 | 1010110 | 1 | 110000 | 1100010 | 111001 |
Color Harmonies of #FDD224
Complementary color
Monochromatic Colors of #FDD224
Black with #FDD224
Text Example
Text Example
White with #FDD224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD224; }
p { color: rgb(253,210,36); }
H1.HeaderClassName
{
color: #FDD224;
}
.AnyTagClassName
{
color: #FDD224;
}
</style>
background-color css
<style>
a { background-color: #FDD224; }
a { background-color: rgb(253,210,36); }
div.DivClassName
{
background-color: #FDD224;
}
.BgClassName
{
background-color: #FDD224;
}
</style>
border-color css
<style>
span { border-color: #FDD224; }
span { border-color: rgb(253,210,36); }
td.TdClassName
{
border-color: #FDD224;
}
.TagClassName
{
border-color: #FDD224;
}
</style>