Shades of Dark Tangerine #FCB30E
Tints of Dark Tangerine #FCB30E
RGB
CMYK
RGB Variations
Color information
#FCB30E (or 0xFCB30E) is known color: Dark Tangerine. HEX triplet: FC, B3 and 0E. RGB value is (252,179,14). Sum of RGB (Red+Green+Blue) = 252+179+14=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 14 (5.86% from 255 or 3.15% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB30E is #034CF1. Grayscale: #B6B6B6. Windows color (decimal): -216306 or 963580. OLE color: 963580.
HSL color Cylindrical-coordinate representation of color #FCB30E: hue angle of 41.6º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCB30E is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 179 | 14 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.01 |
| HSL | 41.6º | 0.98% | 0.52% | - |
| HSV(B) | 41.6º | 0.94% | 0.99% | - |
| XYZ | 56.34 | 52.97 | 7.67 | - |
| YUV | 182.02 | 33.18 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 179 | 14 | 0 | 0.29 | 0.94 | 0.01 | 41.6 | 0.98 | 0.52 |
| Hex | FC | B3 | E | 0 | 1D | 5E | 1 | 2A | 62 | 34 |
| Octal | 374 | 263 | 16 | 0 | 35 | 136 | 1 | 52 | 142 | 64 |
| Binary | 11111100 | 10110011 | 1110 | 0 | 11101 | 1011110 | 1 | 101010 | 1100010 | 110100 |
Color Harmonies of #FCB30E
Complementary color
Monochromatic Colors of #FCB30E
Black with #FCB30E
Text Example
Text Example
White with #FCB30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB30E; }
p { color: rgb(252,179,14); }
H1.HeaderClassName
{
color: #FCB30E;
}
.AnyTagClassName
{
color: #FCB30E;
}
</style>
background-color css
<style>
a { background-color: #FCB30E; }
a { background-color: rgb(252,179,14); }
div.DivClassName
{
background-color: #FCB30E;
}
.BgClassName
{
background-color: #FCB30E;
}
</style>
border-color css
<style>
span { border-color: #FCB30E; }
span { border-color: rgb(252,179,14); }
td.TdClassName
{
border-color: #FCB30E;
}
.TagClassName
{
border-color: #FCB30E;
}
</style>