Shades of Turbo #FDC71A
Tints of Turbo #FDC71A
RGB
CMYK
RGB Variations
Color information
#FDC71A (or 0xFDC71A) is known color: Turbo. HEX triplet: FD, C7 and 1A. RGB value is (253,199,26). Sum of RGB (Red+Green+Blue) = 253+199+26=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 26 (10.55% from 255 or 5.44% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC71A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC71A is #0238E5. Grayscale: #C4C4C4. Windows color (decimal): -145638 or 1755133. OLE color: 1755133.
HSL color Cylindrical-coordinate representation of color #FDC71A: hue angle of 45.73º 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 #FDC71A is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 26 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.01 |
| HSL | 45.73º | 0.98% | 0.55% | - |
| HSV(B) | 45.73º | 0.9% | 0.99% | - |
| XYZ | 61.12 | 61.8 | 9.69 | - |
| YUV | 195.42 | 32.39 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 26 | 0 | 0.21 | 0.90 | 0.01 | 45.73 | 0.98 | 0.55 |
| Hex | FD | C7 | 1A | 0 | 15 | 5A | 1 | 2E | 62 | 37 |
| Octal | 375 | 307 | 32 | 0 | 25 | 132 | 1 | 56 | 142 | 67 |
| Binary | 11111101 | 11000111 | 11010 | 0 | 10101 | 1011010 | 1 | 101110 | 1100010 | 110111 |
Color Harmonies of #FDC71A
Complementary color
Monochromatic Colors of #FDC71A
Black with #FDC71A
Text Example
Text Example
White with #FDC71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC71A; }
p { color: rgb(253,199,26); }
H1.HeaderClassName
{
color: #FDC71A;
}
.AnyTagClassName
{
color: #FDC71A;
}
</style>
background-color css
<style>
a { background-color: #FDC71A; }
a { background-color: rgb(253,199,26); }
div.DivClassName
{
background-color: #FDC71A;
}
.BgClassName
{
background-color: #FDC71A;
}
</style>
border-color css
<style>
span { border-color: #FDC71A; }
span { border-color: rgb(253,199,26); }
td.TdClassName
{
border-color: #FDC71A;
}
.TagClassName
{
border-color: #FDC71A;
}
</style>