Shades of Turbo #FCCB18
Tints of Turbo #FCCB18
RGB
CMYK
RGB Variations
Color information
#FCCB18 (or 0xFCCB18) is known color: Turbo. HEX triplet: FC, CB and 18. RGB value is (252,203,24). Sum of RGB (Red+Green+Blue) = 252+203+24=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 24 (9.77% from 255 or 5.01% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCB18 is #0334E7. Grayscale: #C6C6C6. Windows color (decimal): -210152 or 1625084. OLE color: 1625084.
HSL color Cylindrical-coordinate representation of color #FCCB18: hue angle of 47.11º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCCB18 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 24 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.01 |
| HSL | 47.11º | 0.97% | 0.54% | - |
| HSV(B) | 47.11º | 0.9% | 0.99% | - |
| XYZ | 61.67 | 63.47 | 9.87 | - |
| YUV | 197.25 | 30.23 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 24 | 0 | 0.19 | 0.90 | 0.01 | 47.11 | 0.97 | 0.54 |
| Hex | FC | CB | 18 | 0 | 13 | 5A | 1 | 2F | 61 | 36 |
| Octal | 374 | 313 | 30 | 0 | 23 | 132 | 1 | 57 | 141 | 66 |
| Binary | 11111100 | 11001011 | 11000 | 0 | 10011 | 1011010 | 1 | 101111 | 1100001 | 110110 |
Color Harmonies of #FCCB18
Complementary color
Monochromatic Colors of #FCCB18
Black with #FCCB18
Text Example
Text Example
White with #FCCB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB18; }
p { color: rgb(252,203,24); }
H1.HeaderClassName
{
color: #FCCB18;
}
.AnyTagClassName
{
color: #FCCB18;
}
</style>
background-color css
<style>
a { background-color: #FCCB18; }
a { background-color: rgb(252,203,24); }
div.DivClassName
{
background-color: #FCCB18;
}
.BgClassName
{
background-color: #FCCB18;
}
</style>
border-color css
<style>
span { border-color: #FCCB18; }
span { border-color: rgb(252,203,24); }
td.TdClassName
{
border-color: #FCCB18;
}
.TagClassName
{
border-color: #FCCB18;
}
</style>