Shades of Turbo #FDCB19
Tints of Turbo #FDCB19
RGB
CMYK
RGB Variations
Color information
#FDCB19 (or 0xFDCB19) is known color: Turbo. HEX triplet: FD, CB and 19. RGB value is (253,203,25). Sum of RGB (Red+Green+Blue) = 253+203+25=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 25 (10.16% from 255 or 5.20% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCB19 is #0234E6. Grayscale: #C6C6C6. Windows color (decimal): -144615 or 1690621. OLE color: 1690621.
HSL color Cylindrical-coordinate representation of color #FDCB19: hue angle of 46.84º 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 #FDCB19 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 203 | 25 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.01 |
| HSL | 46.84º | 0.98% | 0.55% | - |
| HSV(B) | 46.84º | 0.9% | 0.99% | - |
| XYZ | 62.04 | 63.66 | 9.94 | - |
| YUV | 197.66 | 30.57 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 203 | 25 | 0 | 0.20 | 0.90 | 0.01 | 46.84 | 0.98 | 0.55 |
| Hex | FD | CB | 19 | 0 | 14 | 5A | 1 | 2F | 62 | 37 |
| Octal | 375 | 313 | 31 | 0 | 24 | 132 | 1 | 57 | 142 | 67 |
| Binary | 11111101 | 11001011 | 11001 | 0 | 10100 | 1011010 | 1 | 101111 | 1100010 | 110111 |
Color Harmonies of #FDCB19
Complementary color
Monochromatic Colors of #FDCB19
Black with #FDCB19
Text Example
Text Example
White with #FDCB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCB19; }
p { color: rgb(253,203,25); }
H1.HeaderClassName
{
color: #FDCB19;
}
.AnyTagClassName
{
color: #FDCB19;
}
</style>
background-color css
<style>
a { background-color: #FDCB19; }
a { background-color: rgb(253,203,25); }
div.DivClassName
{
background-color: #FDCB19;
}
.BgClassName
{
background-color: #FDCB19;
}
</style>
border-color css
<style>
span { border-color: #FDCB19; }
span { border-color: rgb(253,203,25); }
td.TdClassName
{
border-color: #FDCB19;
}
.TagClassName
{
border-color: #FDCB19;
}
</style>