Shades of Dark Tangerine #FCB30C
Tints of Dark Tangerine #FCB30C
RGB
CMYK
RGB Variations
Color information
#FCB30C (or 0xFCB30C) is known color: Dark Tangerine. HEX triplet: FC, B3 and 0C. RGB value is (252,179,12). Sum of RGB (Red+Green+Blue) = 252+179+12=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 12 (5.08% from 255 or 2.71% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB30C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB30C is #034CF3. Grayscale: #B6B6B6. Windows color (decimal): -216308 or 832508. OLE color: 832508.
HSL color Cylindrical-coordinate representation of color #FCB30C: hue angle of 41.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FCB30C is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 179 | 12 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.01 |
| HSL | 41.75º | 0.98% | 0.52% | - |
| HSV(B) | 41.75º | 0.95% | 0.99% | - |
| XYZ | 56.33 | 52.96 | 7.6 | - |
| YUV | 181.79 | 32.18 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 179 | 12 | 0 | 0.29 | 0.95 | 0.01 | 41.75 | 0.98 | 0.52 |
| Hex | FC | B3 | C | 0 | 1D | 5F | 1 | 2A | 62 | 34 |
| Octal | 374 | 263 | 14 | 0 | 35 | 137 | 1 | 52 | 142 | 64 |
| Binary | 11111100 | 10110011 | 1100 | 0 | 11101 | 1011111 | 1 | 101010 | 1100010 | 110100 |
Color Harmonies of #FCB30C
Complementary color
Monochromatic Colors of #FCB30C
Black with #FCB30C
Text Example
Text Example
White with #FCB30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB30C; }
p { color: rgb(252,179,12); }
H1.HeaderClassName
{
color: #FCB30C;
}
.AnyTagClassName
{
color: #FCB30C;
}
</style>
background-color css
<style>
a { background-color: #FCB30C; }
a { background-color: rgb(252,179,12); }
div.DivClassName
{
background-color: #FCB30C;
}
.BgClassName
{
background-color: #FCB30C;
}
</style>
border-color css
<style>
span { border-color: #FCB30C; }
span { border-color: rgb(252,179,12); }
td.TdClassName
{
border-color: #FCB30C;
}
.TagClassName
{
border-color: #FCB30C;
}
</style>