Shades of Turbo #FDC523
Tints of Turbo #FDC523
RGB
CMYK
RGB Variations
Color information
#FDC523 (or 0xFDC523) is known color: Turbo. HEX triplet: FD, C5 and 23. RGB value is (253,197,35). Sum of RGB (Red+Green+Blue) = 253+197+35=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 35 (14.06% from 255 or 7.22% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC523 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC523 is #023ADC. Grayscale: #C3C3C3. Windows color (decimal): -146141 or 2344445. OLE color: 2344445.
HSL color Cylindrical-coordinate representation of color #FDC523: hue angle of 44.59º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FDC523 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 35 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.01 |
| HSL | 44.59º | 0.98% | 0.56% | - |
| HSV(B) | 44.59º | 0.86% | 0.99% | - |
| XYZ | 60.78 | 60.94 | 10.15 | - |
| YUV | 195.28 | 37.55 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 35 | 0 | 0.22 | 0.86 | 0.01 | 44.59 | 0.98 | 0.56 |
| Hex | FD | C5 | 23 | 0 | 16 | 56 | 1 | 2D | 62 | 38 |
| Octal | 375 | 305 | 43 | 0 | 26 | 126 | 1 | 55 | 142 | 70 |
| Binary | 11111101 | 11000101 | 100011 | 0 | 10110 | 1010110 | 1 | 101101 | 1100010 | 111000 |
Color Harmonies of #FDC523
Complementary color
Monochromatic Colors of #FDC523
Black with #FDC523
Text Example
Text Example
White with #FDC523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC523; }
p { color: rgb(253,197,35); }
H1.HeaderClassName
{
color: #FDC523;
}
.AnyTagClassName
{
color: #FDC523;
}
</style>
background-color css
<style>
a { background-color: #FDC523; }
a { background-color: rgb(253,197,35); }
div.DivClassName
{
background-color: #FDC523;
}
.BgClassName
{
background-color: #FDC523;
}
</style>
border-color css
<style>
span { border-color: #FDC523; }
span { border-color: rgb(253,197,35); }
td.TdClassName
{
border-color: #FDC523;
}
.TagClassName
{
border-color: #FDC523;
}
</style>