Shades of Turbo #FDC923
Tints of Turbo #FDC923
RGB
CMYK
RGB Variations
Color information
#FDC923 (or 0xFDC923) is known color: Turbo. HEX triplet: FD, C9 and 23. RGB value is (253,201,35). Sum of RGB (Red+Green+Blue) = 253+201+35=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 35 (14.06% from 255 or 7.16% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC923 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC923 is #0236DC. Grayscale: #C6C6C6. Windows color (decimal): -145117 or 2345469. OLE color: 2345469.
HSL color Cylindrical-coordinate representation of color #FDC923: hue angle of 45.69º 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 #FDC923 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 35 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.01 |
| HSL | 45.69º | 0.98% | 0.56% | - |
| HSV(B) | 45.69º | 0.86% | 0.99% | - |
| XYZ | 61.7 | 62.78 | 10.46 | - |
| YUV | 197.62 | 36.23 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 35 | 0 | 0.21 | 0.86 | 0.01 | 45.69 | 0.98 | 0.56 |
| Hex | FD | C9 | 23 | 0 | 15 | 56 | 1 | 2E | 62 | 38 |
| Octal | 375 | 311 | 43 | 0 | 25 | 126 | 1 | 56 | 142 | 70 |
| Binary | 11111101 | 11001001 | 100011 | 0 | 10101 | 1010110 | 1 | 101110 | 1100010 | 111000 |
Color Harmonies of #FDC923
Complementary color
Monochromatic Colors of #FDC923
Black with #FDC923
Text Example
Text Example
White with #FDC923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC923; }
p { color: rgb(253,201,35); }
H1.HeaderClassName
{
color: #FDC923;
}
.AnyTagClassName
{
color: #FDC923;
}
</style>
background-color css
<style>
a { background-color: #FDC923; }
a { background-color: rgb(253,201,35); }
div.DivClassName
{
background-color: #FDC923;
}
.BgClassName
{
background-color: #FDC923;
}
</style>
border-color css
<style>
span { border-color: #FDC923; }
span { border-color: rgb(253,201,35); }
td.TdClassName
{
border-color: #FDC923;
}
.TagClassName
{
border-color: #FDC923;
}
</style>