Shades of Turbo #FCCB1C
Tints of Turbo #FCCB1C
RGB
CMYK
RGB Variations
Color information
#FCCB1C (or 0xFCCB1C) is known color: Turbo. HEX triplet: FC, CB and 1C. RGB value is (252,203,28). Sum of RGB (Red+Green+Blue) = 252+203+28=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 28 (11.33% from 255 or 5.80% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCB1C is #0334E3. Grayscale: #C6C6C6. Windows color (decimal): -210148 or 1887228. OLE color: 1887228.
HSL color Cylindrical-coordinate representation of color #FCCB1C: hue angle of 46.88º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FCCB1C is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 28 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.01 |
| HSL | 46.88º | 0.97% | 0.55% | - |
| HSV(B) | 46.88º | 0.89% | 0.99% | - |
| XYZ | 61.71 | 63.49 | 10.1 | - |
| YUV | 197.7 | 32.23 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 28 | 0 | 0.19 | 0.89 | 0.01 | 46.88 | 0.97 | 0.55 |
| Hex | FC | CB | 1C | 0 | 13 | 59 | 1 | 2F | 61 | 37 |
| Octal | 374 | 313 | 34 | 0 | 23 | 131 | 1 | 57 | 141 | 67 |
| Binary | 11111100 | 11001011 | 11100 | 0 | 10011 | 1011001 | 1 | 101111 | 1100001 | 110111 |
Color Harmonies of #FCCB1C
Complementary color
Monochromatic Colors of #FCCB1C
Black with #FCCB1C
Text Example
Text Example
White with #FCCB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB1C; }
p { color: rgb(252,203,28); }
H1.HeaderClassName
{
color: #FCCB1C;
}
.AnyTagClassName
{
color: #FCCB1C;
}
</style>
background-color css
<style>
a { background-color: #FCCB1C; }
a { background-color: rgb(252,203,28); }
div.DivClassName
{
background-color: #FCCB1C;
}
.BgClassName
{
background-color: #FCCB1C;
}
</style>
border-color css
<style>
span { border-color: #FCCB1C; }
span { border-color: rgb(252,203,28); }
td.TdClassName
{
border-color: #FCCB1C;
}
.TagClassName
{
border-color: #FCCB1C;
}
</style>