Shades of Turbo #FCCB17
Tints of Turbo #FCCB17
RGB
CMYK
RGB Variations
Color information
#FCCB17 (or 0xFCCB17) is known color: Turbo. HEX triplet: FC, CB and 17. RGB value is (252,203,23). Sum of RGB (Red+Green+Blue) = 252+203+23=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 23 (9.38% from 255 or 4.81% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCB17 is #0334E8. Grayscale: #C5C5C5. Windows color (decimal): -210153 or 1559548. OLE color: 1559548.
HSL color Cylindrical-coordinate representation of color #FCCB17: hue angle of 47.16º degrees, saturation: 0.97, 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 #FCCB17 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 23 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.01 |
| HSL | 47.16º | 0.97% | 0.54% | - |
| HSV(B) | 47.16º | 0.91% | 0.99% | - |
| XYZ | 61.66 | 63.47 | 9.81 | - |
| YUV | 197.13 | 29.73 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 23 | 0 | 0.19 | 0.91 | 0.01 | 47.16 | 0.97 | 0.54 |
| Hex | FC | CB | 17 | 0 | 13 | 5B | 1 | 2F | 61 | 36 |
| Octal | 374 | 313 | 27 | 0 | 23 | 133 | 1 | 57 | 141 | 66 |
| Binary | 11111100 | 11001011 | 10111 | 0 | 10011 | 1011011 | 1 | 101111 | 1100001 | 110110 |
Color Harmonies of #FCCB17
Complementary color
Monochromatic Colors of #FCCB17
Black with #FCCB17
Text Example
Text Example
White with #FCCB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB17; }
p { color: rgb(252,203,23); }
H1.HeaderClassName
{
color: #FCCB17;
}
.AnyTagClassName
{
color: #FCCB17;
}
</style>
background-color css
<style>
a { background-color: #FCCB17; }
a { background-color: rgb(252,203,23); }
div.DivClassName
{
background-color: #FCCB17;
}
.BgClassName
{
background-color: #FCCB17;
}
</style>
border-color css
<style>
span { border-color: #FCCB17; }
span { border-color: rgb(252,203,23); }
td.TdClassName
{
border-color: #FCCB17;
}
.TagClassName
{
border-color: #FCCB17;
}
</style>