Shades of Turbo #FDDC25
Tints of Turbo #FDDC25
RGB
CMYK
RGB Variations
Color information
#FDDC25 (or 0xFDDC25) is known color: Turbo. HEX triplet: FD, DC and 25. RGB value is (253,220,37). Sum of RGB (Red+Green+Blue) = 253+220+37=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 37 (14.84% from 255 or 7.25% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC25 is #0223DA. Grayscale: #D1D1D1. Windows color (decimal): -140251 or 2481405. OLE color: 2481405.
HSL color Cylindrical-coordinate representation of color #FDDC25: hue angle of 50.83º 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 #FDDC25 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 37 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.01 |
| HSL | 50.83º | 0.98% | 0.57% | - |
| HSV(B) | 50.83º | 0.85% | 0.99% | - |
| XYZ | 66.44 | 72.2 | 12.19 | - |
| YUV | 209.01 | 30.93 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 37 | 0 | 0.13 | 0.85 | 0.01 | 50.83 | 0.98 | 0.57 |
| Hex | FD | DC | 25 | 0 | D | 55 | 1 | 33 | 62 | 39 |
| Octal | 375 | 334 | 45 | 0 | 15 | 125 | 1 | 63 | 142 | 71 |
| Binary | 11111101 | 11011100 | 100101 | 0 | 1101 | 1010101 | 1 | 110011 | 1100010 | 111001 |
Color Harmonies of #FDDC25
Complementary color
Monochromatic Colors of #FDDC25
Black with #FDDC25
Text Example
Text Example
White with #FDDC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC25; }
p { color: rgb(253,220,37); }
H1.HeaderClassName
{
color: #FDDC25;
}
.AnyTagClassName
{
color: #FDDC25;
}
</style>
background-color css
<style>
a { background-color: #FDDC25; }
a { background-color: rgb(253,220,37); }
div.DivClassName
{
background-color: #FDDC25;
}
.BgClassName
{
background-color: #FDDC25;
}
</style>
border-color css
<style>
span { border-color: #FDDC25; }
span { border-color: rgb(253,220,37); }
td.TdClassName
{
border-color: #FDDC25;
}
.TagClassName
{
border-color: #FDDC25;
}
</style>