Shades of Turbo #FFD825
Tints of Turbo #FFD825
RGB
CMYK
RGB Variations
Color information
#FFD825 (or 0xFFD825) is known color: Turbo. HEX triplet: FF, D8 and 25. RGB value is (255,216,37). Sum of RGB (Red+Green+Blue) = 255+216+37=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 37 (14.84% from 255 or 7.28% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD825 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD825 is #0027DA. Grayscale: #D0D0D0. Windows color (decimal): -10203 or 2480383. OLE color: 2480383.
HSL color Cylindrical-coordinate representation of color #FFD825: hue angle of 49.27º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFD825 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 37 | - |
| CMYK | 0 | 0.15 | 0.85 | 0 |
| HSL | 49.27º | 1% | 0.57% | - |
| HSV(B) | 49.27º | 0.85% | 1% | - |
| XYZ | 66.13 | 70.51 | 11.87 | - |
| YUV | 207.26 | 31.92 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 37 | 0 | 0.15 | 0.85 | 0 | 49.27 | 1 | 0.57 |
| Hex | FF | D8 | 25 | 0 | F | 55 | 0 | 31 | 64 | 39 |
| Octal | 377 | 330 | 45 | 0 | 17 | 125 | 0 | 61 | 144 | 71 |
| Binary | 11111111 | 11011000 | 100101 | 0 | 1111 | 1010101 | 0 | 110001 | 1100100 | 111001 |
Color Harmonies of #FFD825
Complementary color
Monochromatic Colors of #FFD825
Black with #FFD825
Text Example
Text Example
White with #FFD825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD825; }
p { color: rgb(255,216,37); }
H1.HeaderClassName
{
color: #FFD825;
}
.AnyTagClassName
{
color: #FFD825;
}
</style>
background-color css
<style>
a { background-color: #FFD825; }
a { background-color: rgb(255,216,37); }
div.DivClassName
{
background-color: #FFD825;
}
.BgClassName
{
background-color: #FFD825;
}
</style>
border-color css
<style>
span { border-color: #FFD825; }
span { border-color: rgb(255,216,37); }
td.TdClassName
{
border-color: #FFD825;
}
.TagClassName
{
border-color: #FFD825;
}
</style>