Shades of Dark Tangerine #FCB81A
Tints of Dark Tangerine #FCB81A
RGB
CMYK
RGB Variations
Color information
#FCB81A (or 0xFCB81A) is known color: Dark Tangerine. HEX triplet: FC, B8 and 1A. RGB value is (252,184,26). Sum of RGB (Red+Green+Blue) = 252+184+26=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 26 (10.55% from 255 or 5.63% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB81A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB81A is #0347E5. Grayscale: #BBBBBB. Windows color (decimal): -215014 or 1751292. OLE color: 1751292.
HSL color Cylindrical-coordinate representation of color #FCB81A: hue angle of 41.95º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCB81A is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 26 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.01 |
| HSL | 41.95º | 0.97% | 0.55% | - |
| HSV(B) | 41.95º | 0.9% | 0.99% | - |
| XYZ | 57.47 | 55.05 | 8.57 | - |
| YUV | 186.32 | 37.53 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 26 | 0 | 0.27 | 0.90 | 0.01 | 41.95 | 0.97 | 0.55 |
| Hex | FC | B8 | 1A | 0 | 1B | 5A | 1 | 2A | 61 | 37 |
| Octal | 374 | 270 | 32 | 0 | 33 | 132 | 1 | 52 | 141 | 67 |
| Binary | 11111100 | 10111000 | 11010 | 0 | 11011 | 1011010 | 1 | 101010 | 1100001 | 110111 |
Color Harmonies of #FCB81A
Complementary color
Monochromatic Colors of #FCB81A
Black with #FCB81A
Text Example
Text Example
White with #FCB81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB81A; }
p { color: rgb(252,184,26); }
H1.HeaderClassName
{
color: #FCB81A;
}
.AnyTagClassName
{
color: #FCB81A;
}
</style>
background-color css
<style>
a { background-color: #FCB81A; }
a { background-color: rgb(252,184,26); }
div.DivClassName
{
background-color: #FCB81A;
}
.BgClassName
{
background-color: #FCB81A;
}
</style>
border-color css
<style>
span { border-color: #FCB81A; }
span { border-color: rgb(252,184,26); }
td.TdClassName
{
border-color: #FCB81A;
}
.TagClassName
{
border-color: #FCB81A;
}
</style>