Shades of Turbo #FCCB21
Tints of Turbo #FCCB21
RGB
CMYK
RGB Variations
Color information
#FCCB21 (or 0xFCCB21) is known color: Turbo. HEX triplet: FC, CB and 21. RGB value is (252,203,33). Sum of RGB (Red+Green+Blue) = 252+203+33=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 33 (13.28% from 255 or 6.76% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCB21 is #0334DE. Grayscale: #C7C7C7. Windows color (decimal): -210143 or 2214908. OLE color: 2214908.
HSL color Cylindrical-coordinate representation of color #FCCB21: hue angle of 46.58º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FCCB21 is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 33 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.01 |
| HSL | 46.58º | 0.97% | 0.56% | - |
| HSV(B) | 46.58º | 0.87% | 0.99% | - |
| XYZ | 61.78 | 63.52 | 10.44 | - |
| YUV | 198.27 | 34.73 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 33 | 0 | 0.19 | 0.87 | 0.01 | 46.58 | 0.97 | 0.56 |
| Hex | FC | CB | 21 | 0 | 13 | 57 | 1 | 2F | 61 | 38 |
| Octal | 374 | 313 | 41 | 0 | 23 | 127 | 1 | 57 | 141 | 70 |
| Binary | 11111100 | 11001011 | 100001 | 0 | 10011 | 1010111 | 1 | 101111 | 1100001 | 111000 |
Color Harmonies of #FCCB21
Complementary color
Monochromatic Colors of #FCCB21
Black with #FCCB21
Text Example
Text Example
White with #FCCB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB21; }
p { color: rgb(252,203,33); }
H1.HeaderClassName
{
color: #FCCB21;
}
.AnyTagClassName
{
color: #FCCB21;
}
</style>
background-color css
<style>
a { background-color: #FCCB21; }
a { background-color: rgb(252,203,33); }
div.DivClassName
{
background-color: #FCCB21;
}
.BgClassName
{
background-color: #FCCB21;
}
</style>
border-color css
<style>
span { border-color: #FCCB21; }
span { border-color: rgb(252,203,33); }
td.TdClassName
{
border-color: #FCCB21;
}
.TagClassName
{
border-color: #FCCB21;
}
</style>