Shades of Dark Tangerine #FCB30F
Tints of Dark Tangerine #FCB30F
RGB
CMYK
RGB Variations
Color information
#FCB30F (or 0xFCB30F) is known color: Dark Tangerine. HEX triplet: FC, B3 and 0F. RGB value is (252,179,15). Sum of RGB (Red+Green+Blue) = 252+179+15=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 15 (6.25% from 255 or 3.36% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB30F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB30F is #034CF0. Grayscale: #B6B6B6. Windows color (decimal): -216305 or 1029116. OLE color: 1029116.
HSL color Cylindrical-coordinate representation of color #FCB30F: hue angle of 41.52º 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 #FCB30F is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 179 | 15 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.01 |
| HSL | 41.52º | 0.98% | 0.52% | - |
| HSV(B) | 41.52º | 0.94% | 0.99% | - |
| XYZ | 56.35 | 52.97 | 7.71 | - |
| YUV | 182.13 | 33.68 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 179 | 15 | 0 | 0.29 | 0.94 | 0.01 | 41.52 | 0.98 | 0.52 |
| Hex | FC | B3 | F | 0 | 1D | 5E | 1 | 2A | 62 | 34 |
| Octal | 374 | 263 | 17 | 0 | 35 | 136 | 1 | 52 | 142 | 64 |
| Binary | 11111100 | 10110011 | 1111 | 0 | 11101 | 1011110 | 1 | 101010 | 1100010 | 110100 |
Color Harmonies of #FCB30F
Complementary color
Monochromatic Colors of #FCB30F
Black with #FCB30F
Text Example
Text Example
White with #FCB30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB30F; }
p { color: rgb(252,179,15); }
H1.HeaderClassName
{
color: #FCB30F;
}
.AnyTagClassName
{
color: #FCB30F;
}
</style>
background-color css
<style>
a { background-color: #FCB30F; }
a { background-color: rgb(252,179,15); }
div.DivClassName
{
background-color: #FCB30F;
}
.BgClassName
{
background-color: #FCB30F;
}
</style>
border-color css
<style>
span { border-color: #FCB30F; }
span { border-color: rgb(252,179,15); }
td.TdClassName
{
border-color: #FCB30F;
}
.TagClassName
{
border-color: #FCB30F;
}
</style>