Shades of Dark Tangerine #FCB31C
Tints of Dark Tangerine #FCB31C
RGB
CMYK
RGB Variations
Color information
#FCB31C (or 0xFCB31C) is known color: Dark Tangerine. HEX triplet: FC, B3 and 1C. RGB value is (252,179,28). Sum of RGB (Red+Green+Blue) = 252+179+28=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 28 (11.33% from 255 or 6.10% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB31C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB31C is #034CE3. Grayscale: #B8B8B8. Windows color (decimal): -216292 or 1881084. OLE color: 1881084.
HSL color Cylindrical-coordinate representation of color #FCB31C: hue angle of 40.45º 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 #FCB31C is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 179 | 28 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.01 |
| HSL | 40.45º | 0.97% | 0.55% | - |
| HSV(B) | 40.45º | 0.89% | 0.99% | - |
| XYZ | 56.47 | 53.02 | 8.36 | - |
| YUV | 183.61 | 40.18 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 179 | 28 | 0 | 0.29 | 0.89 | 0.01 | 40.45 | 0.97 | 0.55 |
| Hex | FC | B3 | 1C | 0 | 1D | 59 | 1 | 28 | 61 | 37 |
| Octal | 374 | 263 | 34 | 0 | 35 | 131 | 1 | 50 | 141 | 67 |
| Binary | 11111100 | 10110011 | 11100 | 0 | 11101 | 1011001 | 1 | 101000 | 1100001 | 110111 |
Color Harmonies of #FCB31C
Complementary color
Monochromatic Colors of #FCB31C
Black with #FCB31C
Text Example
Text Example
White with #FCB31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB31C; }
p { color: rgb(252,179,28); }
H1.HeaderClassName
{
color: #FCB31C;
}
.AnyTagClassName
{
color: #FCB31C;
}
</style>
background-color css
<style>
a { background-color: #FCB31C; }
a { background-color: rgb(252,179,28); }
div.DivClassName
{
background-color: #FCB31C;
}
.BgClassName
{
background-color: #FCB31C;
}
</style>
border-color css
<style>
span { border-color: #FCB31C; }
span { border-color: rgb(252,179,28); }
td.TdClassName
{
border-color: #FCB31C;
}
.TagClassName
{
border-color: #FCB31C;
}
</style>