Shades of Turbo #FDC827
Tints of Turbo #FDC827
RGB
CMYK
RGB Variations
Color information
#FDC827 (or 0xFDC827) is known color: Turbo. HEX triplet: FD, C8 and 27. RGB value is (253,200,39). Sum of RGB (Red+Green+Blue) = 253+200+39=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 39 (15.62% from 255 or 7.93% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC827 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC827 is #0237D8. Grayscale: #C6C6C6. Windows color (decimal): -145369 or 2607357. OLE color: 2607357.
HSL color Cylindrical-coordinate representation of color #FDC827: hue angle of 45.14º 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 #FDC827 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 39 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.01 |
| HSL | 45.14º | 0.98% | 0.57% | - |
| HSV(B) | 45.14º | 0.85% | 0.99% | - |
| XYZ | 61.53 | 62.34 | 10.71 | - |
| YUV | 197.49 | 38.56 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 39 | 0 | 0.21 | 0.85 | 0.01 | 45.14 | 0.98 | 0.57 |
| Hex | FD | C8 | 27 | 0 | 15 | 55 | 1 | 2D | 62 | 39 |
| Octal | 375 | 310 | 47 | 0 | 25 | 125 | 1 | 55 | 142 | 71 |
| Binary | 11111101 | 11001000 | 100111 | 0 | 10101 | 1010101 | 1 | 101101 | 1100010 | 111001 |
Color Harmonies of #FDC827
Complementary color
Monochromatic Colors of #FDC827
Black with #FDC827
Text Example
Text Example
White with #FDC827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC827; }
p { color: rgb(253,200,39); }
H1.HeaderClassName
{
color: #FDC827;
}
.AnyTagClassName
{
color: #FDC827;
}
</style>
background-color css
<style>
a { background-color: #FDC827; }
a { background-color: rgb(253,200,39); }
div.DivClassName
{
background-color: #FDC827;
}
.BgClassName
{
background-color: #FDC827;
}
</style>
border-color css
<style>
span { border-color: #FDC827; }
span { border-color: rgb(253,200,39); }
td.TdClassName
{
border-color: #FDC827;
}
.TagClassName
{
border-color: #FDC827;
}
</style>