Shades of Turbo #FFD425
Tints of Turbo #FFD425
RGB
CMYK
RGB Variations
Color information
#FFD425 (or 0xFFD425) is known color: Turbo. HEX triplet: FF, D4 and 25. RGB value is (255,212,37). Sum of RGB (Red+Green+Blue) = 255+212+37=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 37 (14.84% from 255 or 7.34% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD425 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD425 is #002BDA. Grayscale: #CDCDCD. Windows color (decimal): -11227 or 2479359. OLE color: 2479359.
HSL color Cylindrical-coordinate representation of color #FFD425: hue angle of 48.17º 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 #FFD425 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 37 | - |
| CMYK | 0 | 0.17 | 0.85 | 0 |
| HSL | 48.17º | 1% | 0.57% | - |
| HSV(B) | 48.17º | 0.85% | 1% | - |
| XYZ | 65.12 | 68.48 | 11.54 | - |
| YUV | 204.91 | 33.25 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 37 | 0 | 0.17 | 0.85 | 0 | 48.17 | 1 | 0.57 |
| Hex | FF | D4 | 25 | 0 | 11 | 55 | 0 | 30 | 64 | 39 |
| Octal | 377 | 324 | 45 | 0 | 21 | 125 | 0 | 60 | 144 | 71 |
| Binary | 11111111 | 11010100 | 100101 | 0 | 10001 | 1010101 | 0 | 110000 | 1100100 | 111001 |
Color Harmonies of #FFD425
Complementary color
Monochromatic Colors of #FFD425
Black with #FFD425
Text Example
Text Example
White with #FFD425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD425; }
p { color: rgb(255,212,37); }
H1.HeaderClassName
{
color: #FFD425;
}
.AnyTagClassName
{
color: #FFD425;
}
</style>
background-color css
<style>
a { background-color: #FFD425; }
a { background-color: rgb(255,212,37); }
div.DivClassName
{
background-color: #FFD425;
}
.BgClassName
{
background-color: #FFD425;
}
</style>
border-color css
<style>
span { border-color: #FFD425; }
span { border-color: rgb(255,212,37); }
td.TdClassName
{
border-color: #FFD425;
}
.TagClassName
{
border-color: #FFD425;
}
</style>