Shades of Turbo #FCCB13
Tints of Turbo #FCCB13
RGB
CMYK
RGB Variations
Color information
#FCCB13 (or 0xFCCB13) is known color: Turbo. HEX triplet: FC, CB and 13. RGB value is (252,203,19). Sum of RGB (Red+Green+Blue) = 252+203+19=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 19 (7.81% from 255 or 4.01% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCB13 is #0334EC. Grayscale: #C5C5C5. Windows color (decimal): -210157 or 1297404. OLE color: 1297404.
HSL color Cylindrical-coordinate representation of color #FCCB13: hue angle of 47.38º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCCB13 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 19 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.01 |
| HSL | 47.38º | 0.97% | 0.53% | - |
| HSV(B) | 47.38º | 0.92% | 0.99% | - |
| XYZ | 61.62 | 63.45 | 9.62 | - |
| YUV | 196.68 | 27.73 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 19 | 0 | 0.19 | 0.92 | 0.01 | 47.38 | 0.97 | 0.53 |
| Hex | FC | CB | 13 | 0 | 13 | 5C | 1 | 2F | 61 | 35 |
| Octal | 374 | 313 | 23 | 0 | 23 | 134 | 1 | 57 | 141 | 65 |
| Binary | 11111100 | 11001011 | 10011 | 0 | 10011 | 1011100 | 1 | 101111 | 1100001 | 110101 |
Color Harmonies of #FCCB13
Complementary color
Monochromatic Colors of #FCCB13
Black with #FCCB13
Text Example
Text Example
White with #FCCB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB13; }
p { color: rgb(252,203,19); }
H1.HeaderClassName
{
color: #FCCB13;
}
.AnyTagClassName
{
color: #FCCB13;
}
</style>
background-color css
<style>
a { background-color: #FCCB13; }
a { background-color: rgb(252,203,19); }
div.DivClassName
{
background-color: #FCCB13;
}
.BgClassName
{
background-color: #FCCB13;
}
</style>
border-color css
<style>
span { border-color: #FCCB13; }
span { border-color: rgb(252,203,19); }
td.TdClassName
{
border-color: #FCCB13;
}
.TagClassName
{
border-color: #FCCB13;
}
</style>