Shades of Turbo #FDCB17
Tints of Turbo #FDCB17
RGB
CMYK
RGB Variations
Color information
#FDCB17 (or 0xFDCB17) is known color: Turbo. HEX triplet: FD, CB and 17. RGB value is (253,203,23). Sum of RGB (Red+Green+Blue) = 253+203+23=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 23 (9.38% from 255 or 4.80% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCB17 is #0234E8. Grayscale: #C6C6C6. Windows color (decimal): -144617 or 1559549. OLE color: 1559549.
HSL color Cylindrical-coordinate representation of color #FDCB17: hue angle of 46.96º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FDCB17 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 203 | 23 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.01 |
| HSL | 46.96º | 0.98% | 0.54% | - |
| HSV(B) | 46.96º | 0.91% | 0.99% | - |
| XYZ | 62.02 | 63.66 | 9.83 | - |
| YUV | 197.43 | 29.57 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 203 | 23 | 0 | 0.20 | 0.91 | 0.01 | 46.96 | 0.98 | 0.54 |
| Hex | FD | CB | 17 | 0 | 14 | 5B | 1 | 2F | 62 | 36 |
| Octal | 375 | 313 | 27 | 0 | 24 | 133 | 1 | 57 | 142 | 66 |
| Binary | 11111101 | 11001011 | 10111 | 0 | 10100 | 1011011 | 1 | 101111 | 1100010 | 110110 |
Color Harmonies of #FDCB17
Complementary color
Monochromatic Colors of #FDCB17
Black with #FDCB17
Text Example
Text Example
White with #FDCB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCB17; }
p { color: rgb(253,203,23); }
H1.HeaderClassName
{
color: #FDCB17;
}
.AnyTagClassName
{
color: #FDCB17;
}
</style>
background-color css
<style>
a { background-color: #FDCB17; }
a { background-color: rgb(253,203,23); }
div.DivClassName
{
background-color: #FDCB17;
}
.BgClassName
{
background-color: #FDCB17;
}
</style>
border-color css
<style>
span { border-color: #FDCB17; }
span { border-color: rgb(253,203,23); }
td.TdClassName
{
border-color: #FDCB17;
}
.TagClassName
{
border-color: #FDCB17;
}
</style>