Shades of Turbo #FFD024
Tints of Turbo #FFD024
RGB
CMYK
RGB Variations
Color information
#FFD024 (or 0xFFD024) is known color: Turbo. HEX triplet: FF, D0 and 24. RGB value is (255,208,36). Sum of RGB (Red+Green+Blue) = 255+208+36=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 36 (14.45% from 255 or 7.21% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD024 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD024 is #002FDB. Grayscale: #CBCBCB. Windows color (decimal): -12252 or 2412799. OLE color: 2412799.
HSL color Cylindrical-coordinate representation of color #FFD024: hue angle of 47.12º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FFD024 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 36 | - |
| CMYK | 0 | 0.18 | 0.86 | 0 |
| HSL | 47.12º | 1% | 0.57% | - |
| HSV(B) | 47.12º | 0.86% | 1% | - |
| XYZ | 64.11 | 66.5 | 11.13 | - |
| YUV | 202.45 | 34.07 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 36 | 0 | 0.18 | 0.86 | 0 | 47.12 | 1 | 0.57 |
| Hex | FF | D0 | 24 | 0 | 12 | 56 | 0 | 2F | 64 | 39 |
| Octal | 377 | 320 | 44 | 0 | 22 | 126 | 0 | 57 | 144 | 71 |
| Binary | 11111111 | 11010000 | 100100 | 0 | 10010 | 1010110 | 0 | 101111 | 1100100 | 111001 |
Color Harmonies of #FFD024
Complementary color
Monochromatic Colors of #FFD024
Black with #FFD024
Text Example
Text Example
White with #FFD024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD024; }
p { color: rgb(255,208,36); }
H1.HeaderClassName
{
color: #FFD024;
}
.AnyTagClassName
{
color: #FFD024;
}
</style>
background-color css
<style>
a { background-color: #FFD024; }
a { background-color: rgb(255,208,36); }
div.DivClassName
{
background-color: #FFD024;
}
.BgClassName
{
background-color: #FFD024;
}
</style>
border-color css
<style>
span { border-color: #FFD024; }
span { border-color: rgb(255,208,36); }
td.TdClassName
{
border-color: #FFD024;
}
.TagClassName
{
border-color: #FFD024;
}
</style>