Shades of Turbo #FDD025
Tints of Turbo #FDD025
RGB
CMYK
RGB Variations
Color information
#FDD025 (or 0xFDD025) is known color: Turbo. HEX triplet: FD, D0 and 25. RGB value is (253,208,37). Sum of RGB (Red+Green+Blue) = 253+208+37=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 37 (14.84% from 255 or 7.43% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD025 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD025 is #022FDA. Grayscale: #CACACA. Windows color (decimal): -143323 or 2478333. OLE color: 2478333.
HSL color Cylindrical-coordinate representation of color #FDD025: hue angle of 47.5º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FDD025 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 37 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.01 |
| HSL | 47.5º | 0.98% | 0.57% | - |
| HSV(B) | 47.5º | 0.85% | 0.99% | - |
| XYZ | 63.4 | 66.13 | 11.17 | - |
| YUV | 201.96 | 34.91 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 37 | 0 | 0.18 | 0.85 | 0.01 | 47.5 | 0.98 | 0.57 |
| Hex | FD | D0 | 25 | 0 | 12 | 55 | 1 | 30 | 62 | 39 |
| Octal | 375 | 320 | 45 | 0 | 22 | 125 | 1 | 60 | 142 | 71 |
| Binary | 11111101 | 11010000 | 100101 | 0 | 10010 | 1010101 | 1 | 110000 | 1100010 | 111001 |
Color Harmonies of #FDD025
Complementary color
Monochromatic Colors of #FDD025
Black with #FDD025
Text Example
Text Example
White with #FDD025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD025; }
p { color: rgb(253,208,37); }
H1.HeaderClassName
{
color: #FDD025;
}
.AnyTagClassName
{
color: #FDD025;
}
</style>
background-color css
<style>
a { background-color: #FDD025; }
a { background-color: rgb(253,208,37); }
div.DivClassName
{
background-color: #FDD025;
}
.BgClassName
{
background-color: #FDD025;
}
</style>
border-color css
<style>
span { border-color: #FDD025; }
span { border-color: rgb(253,208,37); }
td.TdClassName
{
border-color: #FDD025;
}
.TagClassName
{
border-color: #FDD025;
}
</style>