Shades of Turbo #FDC826
Tints of Turbo #FDC826
RGB
CMYK
RGB Variations
Color information
#FDC826 (or 0xFDC826) is known color: Turbo. HEX triplet: FD, C8 and 26. RGB value is (253,200,38). Sum of RGB (Red+Green+Blue) = 253+200+38=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 38 (15.23% from 255 or 7.74% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC826 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC826 is #0237D9. Grayscale: #C6C6C6. Windows color (decimal): -145370 or 2541821. OLE color: 2541821.
HSL color Cylindrical-coordinate representation of color #FDC826: hue angle of 45.21º 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 #FDC826 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 38 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.01 |
| HSL | 45.21º | 0.98% | 0.57% | - |
| HSV(B) | 45.21º | 0.85% | 0.99% | - |
| XYZ | 61.51 | 62.33 | 10.62 | - |
| YUV | 197.38 | 38.06 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 38 | 0 | 0.21 | 0.85 | 0.01 | 45.21 | 0.98 | 0.57 |
| Hex | FD | C8 | 26 | 0 | 15 | 55 | 1 | 2D | 62 | 39 |
| Octal | 375 | 310 | 46 | 0 | 25 | 125 | 1 | 55 | 142 | 71 |
| Binary | 11111101 | 11001000 | 100110 | 0 | 10101 | 1010101 | 1 | 101101 | 1100010 | 111001 |
Color Harmonies of #FDC826
Complementary color
Monochromatic Colors of #FDC826
Black with #FDC826
Text Example
Text Example
White with #FDC826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC826; }
p { color: rgb(253,200,38); }
H1.HeaderClassName
{
color: #FDC826;
}
.AnyTagClassName
{
color: #FDC826;
}
</style>
background-color css
<style>
a { background-color: #FDC826; }
a { background-color: rgb(253,200,38); }
div.DivClassName
{
background-color: #FDC826;
}
.BgClassName
{
background-color: #FDC826;
}
</style>
border-color css
<style>
span { border-color: #FDC826; }
span { border-color: rgb(253,200,38); }
td.TdClassName
{
border-color: #FDC826;
}
.TagClassName
{
border-color: #FDC826;
}
</style>