Shades of Dark Tangerine #FCB30D
Tints of Dark Tangerine #FCB30D
RGB
CMYK
RGB Variations
Color information
#FCB30D (or 0xFCB30D) is known color: Dark Tangerine. HEX triplet: FC, B3 and 0D. RGB value is (252,179,13). Sum of RGB (Red+Green+Blue) = 252+179+13=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 13 (5.47% from 255 or 2.93% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB30D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB30D is #034CF2. Grayscale: #B6B6B6. Windows color (decimal): -216307 or 898044. OLE color: 898044.
HSL color Cylindrical-coordinate representation of color #FCB30D: hue angle of 41.67º 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 #FCB30D is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 179 | 13 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.01 |
| HSL | 41.67º | 0.98% | 0.52% | - |
| HSV(B) | 41.67º | 0.95% | 0.99% | - |
| XYZ | 56.34 | 52.96 | 7.63 | - |
| YUV | 181.9 | 32.68 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 179 | 13 | 0 | 0.29 | 0.95 | 0.01 | 41.67 | 0.98 | 0.52 |
| Hex | FC | B3 | D | 0 | 1D | 5F | 1 | 2A | 62 | 34 |
| Octal | 374 | 263 | 15 | 0 | 35 | 137 | 1 | 52 | 142 | 64 |
| Binary | 11111100 | 10110011 | 1101 | 0 | 11101 | 1011111 | 1 | 101010 | 1100010 | 110100 |
Color Harmonies of #FCB30D
Complementary color
Monochromatic Colors of #FCB30D
Black with #FCB30D
Text Example
Text Example
White with #FCB30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB30D; }
p { color: rgb(252,179,13); }
H1.HeaderClassName
{
color: #FCB30D;
}
.AnyTagClassName
{
color: #FCB30D;
}
</style>
background-color css
<style>
a { background-color: #FCB30D; }
a { background-color: rgb(252,179,13); }
div.DivClassName
{
background-color: #FCB30D;
}
.BgClassName
{
background-color: #FCB30D;
}
</style>
border-color css
<style>
span { border-color: #FCB30D; }
span { border-color: rgb(252,179,13); }
td.TdClassName
{
border-color: #FCB30D;
}
.TagClassName
{
border-color: #FCB30D;
}
</style>