Shades of Turbo #FFD724
Tints of Turbo #FFD724
RGB
CMYK
RGB Variations
Color information
#FFD724 (or 0xFFD724) is known color: Turbo. HEX triplet: FF, D7 and 24. RGB value is (255,215,36). Sum of RGB (Red+Green+Blue) = 255+215+36=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 215 (84.38% from 255 or 42.49% from 506); Blue value is 36 (14.45% from 255 or 7.11% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD724 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD724 is #0028DB. Grayscale: #CFCFCF. Windows color (decimal): -10460 or 2414591. OLE color: 2414591.
HSL color Cylindrical-coordinate representation of color #FFD724: hue angle of 49.04º 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 #FFD724 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 36 | - |
| CMYK | 0 | 0.16 | 0.86 | 0 |
| HSL | 49.04º | 1% | 0.57% | - |
| HSV(B) | 49.04º | 0.86% | 1% | - |
| XYZ | 65.86 | 69.99 | 11.71 | - |
| YUV | 206.55 | 31.75 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 36 | 0 | 0.16 | 0.86 | 0 | 49.04 | 1 | 0.57 |
| Hex | FF | D7 | 24 | 0 | 10 | 56 | 0 | 31 | 64 | 39 |
| Octal | 377 | 327 | 44 | 0 | 20 | 126 | 0 | 61 | 144 | 71 |
| Binary | 11111111 | 11010111 | 100100 | 0 | 10000 | 1010110 | 0 | 110001 | 1100100 | 111001 |
Color Harmonies of #FFD724
Complementary color
Monochromatic Colors of #FFD724
Black with #FFD724
Text Example
Text Example
White with #FFD724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD724; }
p { color: rgb(255,215,36); }
H1.HeaderClassName
{
color: #FFD724;
}
.AnyTagClassName
{
color: #FFD724;
}
</style>
background-color css
<style>
a { background-color: #FFD724; }
a { background-color: rgb(255,215,36); }
div.DivClassName
{
background-color: #FFD724;
}
.BgClassName
{
background-color: #FFD724;
}
</style>
border-color css
<style>
span { border-color: #FFD724; }
span { border-color: rgb(255,215,36); }
td.TdClassName
{
border-color: #FFD724;
}
.TagClassName
{
border-color: #FFD724;
}
</style>