Shades of Dark Tangerine #FCB11A
Tints of Dark Tangerine #FCB11A
RGB
CMYK
RGB Variations
Color information
#FCB11A (or 0xFCB11A) is known color: Dark Tangerine. HEX triplet: FC, B1 and 1A. RGB value is (252,177,26). Sum of RGB (Red+Green+Blue) = 252+177+26=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 26 (10.55% from 255 or 5.71% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB11A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCB11A is #034EE5. Grayscale: #B6B6B6. Windows color (decimal): -216806 or 1749500. OLE color: 1749500.
HSL color Cylindrical-coordinate representation of color #FCB11A: hue angle of 40.09º 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 #FCB11A is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 26 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.01 |
| HSL | 40.09º | 0.97% | 0.55% | - |
| HSV(B) | 40.09º | 0.9% | 0.99% | - |
| XYZ | 56.05 | 52.21 | 8.1 | - |
| YUV | 182.21 | 39.85 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 26 | 0 | 0.30 | 0.90 | 0.01 | 40.09 | 0.97 | 0.55 |
| Hex | FC | B1 | 1A | 0 | 1E | 5A | 1 | 28 | 61 | 37 |
| Octal | 374 | 261 | 32 | 0 | 36 | 132 | 1 | 50 | 141 | 67 |
| Binary | 11111100 | 10110001 | 11010 | 0 | 11110 | 1011010 | 1 | 101000 | 1100001 | 110111 |
Color Harmonies of #FCB11A
Complementary color
Monochromatic Colors of #FCB11A
Black with #FCB11A
Text Example
Text Example
White with #FCB11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB11A; }
p { color: rgb(252,177,26); }
H1.HeaderClassName
{
color: #FCB11A;
}
.AnyTagClassName
{
color: #FCB11A;
}
</style>
background-color css
<style>
a { background-color: #FCB11A; }
a { background-color: rgb(252,177,26); }
div.DivClassName
{
background-color: #FCB11A;
}
.BgClassName
{
background-color: #FCB11A;
}
</style>
border-color css
<style>
span { border-color: #FCB11A; }
span { border-color: rgb(252,177,26); }
td.TdClassName
{
border-color: #FCB11A;
}
.TagClassName
{
border-color: #FCB11A;
}
</style>