Shades of Dark Tangerine #FCB814
Tints of Dark Tangerine #FCB814
RGB
CMYK
RGB Variations
Color information
#FCB814 (or 0xFCB814) is known color: Dark Tangerine. HEX triplet: FC, B8 and 14. RGB value is (252,184,20). Sum of RGB (Red+Green+Blue) = 252+184+20=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 20 (8.20% from 255 or 4.39% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB814 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB814 is #0347EB. Grayscale: #BABABA. Windows color (decimal): -215020 or 1358076. OLE color: 1358076.
HSL color Cylindrical-coordinate representation of color #FCB814: hue angle of 42.41º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCB814 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 20 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.01 |
| HSL | 42.41º | 0.97% | 0.53% | - |
| HSV(B) | 42.41º | 0.92% | 0.99% | - |
| XYZ | 57.41 | 55.03 | 8.26 | - |
| YUV | 185.64 | 34.53 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 20 | 0 | 0.27 | 0.92 | 0.01 | 42.41 | 0.97 | 0.53 |
| Hex | FC | B8 | 14 | 0 | 1B | 5C | 1 | 2A | 61 | 35 |
| Octal | 374 | 270 | 24 | 0 | 33 | 134 | 1 | 52 | 141 | 65 |
| Binary | 11111100 | 10111000 | 10100 | 0 | 11011 | 1011100 | 1 | 101010 | 1100001 | 110101 |
Color Harmonies of #FCB814
Complementary color
Monochromatic Colors of #FCB814
Black with #FCB814
Text Example
Text Example
White with #FCB814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB814; }
p { color: rgb(252,184,20); }
H1.HeaderClassName
{
color: #FCB814;
}
.AnyTagClassName
{
color: #FCB814;
}
</style>
background-color css
<style>
a { background-color: #FCB814; }
a { background-color: rgb(252,184,20); }
div.DivClassName
{
background-color: #FCB814;
}
.BgClassName
{
background-color: #FCB814;
}
</style>
border-color css
<style>
span { border-color: #FCB814; }
span { border-color: rgb(252,184,20); }
td.TdClassName
{
border-color: #FCB814;
}
.TagClassName
{
border-color: #FCB814;
}
</style>