Shades of Turbo #FFD925
Tints of Turbo #FFD925
RGB
CMYK
RGB Variations
Color information
#FFD925 (or 0xFFD925) is known color: Turbo. HEX triplet: FF, D9 and 25. RGB value is (255,217,37). Sum of RGB (Red+Green+Blue) = 255+217+37=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 37 (14.84% from 255 or 7.27% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD925 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD925 is #0026DA. Grayscale: #D0D0D0. Windows color (decimal): -9947 or 2480639. OLE color: 2480639.
HSL color Cylindrical-coordinate representation of color #FFD925: hue angle of 49.54º 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 #FFD925 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 37 | - |
| CMYK | 0 | 0.15 | 0.85 | 0 |
| HSL | 49.54º | 1% | 0.57% | - |
| HSV(B) | 49.54º | 0.85% | 1% | - |
| XYZ | 66.39 | 71.02 | 11.96 | - |
| YUV | 207.84 | 31.59 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 37 | 0 | 0.15 | 0.85 | 0 | 49.54 | 1 | 0.57 |
| Hex | FF | D9 | 25 | 0 | F | 55 | 0 | 32 | 64 | 39 |
| Octal | 377 | 331 | 45 | 0 | 17 | 125 | 0 | 62 | 144 | 71 |
| Binary | 11111111 | 11011001 | 100101 | 0 | 1111 | 1010101 | 0 | 110010 | 1100100 | 111001 |
Color Harmonies of #FFD925
Complementary color
Monochromatic Colors of #FFD925
Black with #FFD925
Text Example
Text Example
White with #FFD925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD925; }
p { color: rgb(255,217,37); }
H1.HeaderClassName
{
color: #FFD925;
}
.AnyTagClassName
{
color: #FFD925;
}
</style>
background-color css
<style>
a { background-color: #FFD925; }
a { background-color: rgb(255,217,37); }
div.DivClassName
{
background-color: #FFD925;
}
.BgClassName
{
background-color: #FFD925;
}
</style>
border-color css
<style>
span { border-color: #FFD925; }
span { border-color: rgb(255,217,37); }
td.TdClassName
{
border-color: #FFD925;
}
.TagClassName
{
border-color: #FFD925;
}
</style>