Shades of Turbo #FDC825
Tints of Turbo #FDC825
RGB
CMYK
RGB Variations
Color information
#FDC825 (or 0xFDC825) is known color: Turbo. HEX triplet: FD, C8 and 25. RGB value is (253,200,37). Sum of RGB (Red+Green+Blue) = 253+200+37=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 37 (14.84% from 255 or 7.55% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC825 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC825 is #0237DA. Grayscale: #C5C5C5. Windows color (decimal): -145371 or 2476285. OLE color: 2476285.
HSL color Cylindrical-coordinate representation of color #FDC825: hue angle of 45.28º 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 #FDC825 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 37 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.01 |
| HSL | 45.28º | 0.98% | 0.57% | - |
| HSV(B) | 45.28º | 0.85% | 0.99% | - |
| XYZ | 61.5 | 62.32 | 10.54 | - |
| YUV | 197.27 | 37.56 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 37 | 0 | 0.21 | 0.85 | 0.01 | 45.28 | 0.98 | 0.57 |
| Hex | FD | C8 | 25 | 0 | 15 | 55 | 1 | 2D | 62 | 39 |
| Octal | 375 | 310 | 45 | 0 | 25 | 125 | 1 | 55 | 142 | 71 |
| Binary | 11111101 | 11001000 | 100101 | 0 | 10101 | 1010101 | 1 | 101101 | 1100010 | 111001 |
Color Harmonies of #FDC825
Complementary color
Monochromatic Colors of #FDC825
Black with #FDC825
Text Example
Text Example
White with #FDC825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC825; }
p { color: rgb(253,200,37); }
H1.HeaderClassName
{
color: #FDC825;
}
.AnyTagClassName
{
color: #FDC825;
}
</style>
background-color css
<style>
a { background-color: #FDC825; }
a { background-color: rgb(253,200,37); }
div.DivClassName
{
background-color: #FDC825;
}
.BgClassName
{
background-color: #FDC825;
}
</style>
border-color css
<style>
span { border-color: #FDC825; }
span { border-color: rgb(253,200,37); }
td.TdClassName
{
border-color: #FDC825;
}
.TagClassName
{
border-color: #FDC825;
}
</style>