Shades of Turbo #FDC724
Tints of Turbo #FDC724
RGB
CMYK
RGB Variations
Color information
#FDC724 (or 0xFDC724) is known color: Turbo. HEX triplet: FD, C7 and 24. RGB value is (253,199,36). Sum of RGB (Red+Green+Blue) = 253+199+36=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 36 (14.45% from 255 or 7.38% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC724 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC724 is #0238DB. Grayscale: #C5C5C5. Windows color (decimal): -145628 or 2410493. OLE color: 2410493.
HSL color Cylindrical-coordinate representation of color #FDC724: hue angle of 45.07º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FDC724 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 36 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.01 |
| HSL | 45.07º | 0.98% | 0.57% | - |
| HSV(B) | 45.07º | 0.86% | 0.99% | - |
| XYZ | 61.25 | 61.86 | 10.38 | - |
| YUV | 196.56 | 37.39 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 36 | 0 | 0.21 | 0.86 | 0.01 | 45.07 | 0.98 | 0.57 |
| Hex | FD | C7 | 24 | 0 | 15 | 56 | 1 | 2D | 62 | 39 |
| Octal | 375 | 307 | 44 | 0 | 25 | 126 | 1 | 55 | 142 | 71 |
| Binary | 11111101 | 11000111 | 100100 | 0 | 10101 | 1010110 | 1 | 101101 | 1100010 | 111001 |
Color Harmonies of #FDC724
Complementary color
Monochromatic Colors of #FDC724
Black with #FDC724
Text Example
Text Example
White with #FDC724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC724; }
p { color: rgb(253,199,36); }
H1.HeaderClassName
{
color: #FDC724;
}
.AnyTagClassName
{
color: #FDC724;
}
</style>
background-color css
<style>
a { background-color: #FDC724; }
a { background-color: rgb(253,199,36); }
div.DivClassName
{
background-color: #FDC724;
}
.BgClassName
{
background-color: #FDC724;
}
</style>
border-color css
<style>
span { border-color: #FDC724; }
span { border-color: rgb(253,199,36); }
td.TdClassName
{
border-color: #FDC724;
}
.TagClassName
{
border-color: #FDC724;
}
</style>