Shades of Turbo #FDC61A
Tints of Turbo #FDC61A
RGB
CMYK
RGB Variations
Color information
#FDC61A (or 0xFDC61A) is known color: Turbo. HEX triplet: FD, C6 and 1A. RGB value is (253,198,26). Sum of RGB (Red+Green+Blue) = 253+198+26=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 198 (77.73% from 255 or 41.51% from 477); Blue value is 26 (10.55% from 255 or 5.45% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC61A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC61A is #0239E5. Grayscale: #C3C3C3. Windows color (decimal): -145894 or 1754877. OLE color: 1754877.
HSL color Cylindrical-coordinate representation of color #FDC61A: hue angle of 45.46º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FDC61A is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 26 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.01 |
| HSL | 45.46º | 0.98% | 0.55% | - |
| HSV(B) | 45.46º | 0.9% | 0.99% | - |
| XYZ | 60.89 | 61.35 | 9.61 | - |
| YUV | 194.84 | 32.72 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 26 | 0 | 0.22 | 0.90 | 0.01 | 45.46 | 0.98 | 0.55 |
| Hex | FD | C6 | 1A | 0 | 16 | 5A | 1 | 2D | 62 | 37 |
| Octal | 375 | 306 | 32 | 0 | 26 | 132 | 1 | 55 | 142 | 67 |
| Binary | 11111101 | 11000110 | 11010 | 0 | 10110 | 1011010 | 1 | 101101 | 1100010 | 110111 |
Color Harmonies of #FDC61A
Complementary color
Monochromatic Colors of #FDC61A
Black with #FDC61A
Text Example
Text Example
White with #FDC61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC61A; }
p { color: rgb(253,198,26); }
H1.HeaderClassName
{
color: #FDC61A;
}
.AnyTagClassName
{
color: #FDC61A;
}
</style>
background-color css
<style>
a { background-color: #FDC61A; }
a { background-color: rgb(253,198,26); }
div.DivClassName
{
background-color: #FDC61A;
}
.BgClassName
{
background-color: #FDC61A;
}
</style>
border-color css
<style>
span { border-color: #FDC61A; }
span { border-color: rgb(253,198,26); }
td.TdClassName
{
border-color: #FDC61A;
}
.TagClassName
{
border-color: #FDC61A;
}
</style>