Shades of Turbo #FDC325
Tints of Turbo #FDC325
RGB
CMYK
RGB Variations
Color information
#FDC325 (or 0xFDC325) is known color: Turbo. HEX triplet: FD, C3 and 25. RGB value is (253,195,37). Sum of RGB (Red+Green+Blue) = 253+195+37=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 37 (14.84% from 255 or 7.63% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC325 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC325 is #023CDA. Grayscale: #C3C3C3. Windows color (decimal): -146651 or 2475005. OLE color: 2475005.
HSL color Cylindrical-coordinate representation of color #FDC325: hue angle of 43.89º 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 #FDC325 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 37 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.01 |
| HSL | 43.89º | 0.98% | 0.57% | - |
| HSV(B) | 43.89º | 0.85% | 0.99% | - |
| XYZ | 60.36 | 60.05 | 10.16 | - |
| YUV | 194.33 | 39.22 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 37 | 0 | 0.23 | 0.85 | 0.01 | 43.89 | 0.98 | 0.57 |
| Hex | FD | C3 | 25 | 0 | 17 | 55 | 1 | 2C | 62 | 39 |
| Octal | 375 | 303 | 45 | 0 | 27 | 125 | 1 | 54 | 142 | 71 |
| Binary | 11111101 | 11000011 | 100101 | 0 | 10111 | 1010101 | 1 | 101100 | 1100010 | 111001 |
Color Harmonies of #FDC325
Complementary color
Monochromatic Colors of #FDC325
Black with #FDC325
Text Example
Text Example
White with #FDC325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC325; }
p { color: rgb(253,195,37); }
H1.HeaderClassName
{
color: #FDC325;
}
.AnyTagClassName
{
color: #FDC325;
}
</style>
background-color css
<style>
a { background-color: #FDC325; }
a { background-color: rgb(253,195,37); }
div.DivClassName
{
background-color: #FDC325;
}
.BgClassName
{
background-color: #FDC325;
}
</style>
border-color css
<style>
span { border-color: #FDC325; }
span { border-color: rgb(253,195,37); }
td.TdClassName
{
border-color: #FDC325;
}
.TagClassName
{
border-color: #FDC325;
}
</style>