Shades of Dark Tangerine #FCAF0E
Tints of Dark Tangerine #FCAF0E
RGB
CMYK
RGB Variations
Color information
#FCAF0E (or 0xFCAF0E) is known color: Dark Tangerine. HEX triplet: FC, AF and 0E. RGB value is (252,175,14). Sum of RGB (Red+Green+Blue) = 252+175+14=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 14 (5.86% from 255 or 3.17% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAF0E is #0350F1. Grayscale: #B4B4B4. Windows color (decimal): -217330 or 962556. OLE color: 962556.
HSL color Cylindrical-coordinate representation of color #FCAF0E: hue angle of 40.59º 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 #FCAF0E is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 14 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.01 |
| HSL | 40.59º | 0.98% | 0.52% | - |
| HSV(B) | 40.59º | 0.94% | 0.99% | - |
| XYZ | 55.55 | 51.39 | 7.41 | - |
| YUV | 179.67 | 34.51 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 14 | 0 | 0.31 | 0.94 | 0.01 | 40.59 | 0.98 | 0.52 |
| Hex | FC | AF | E | 0 | 1F | 5E | 1 | 29 | 62 | 34 |
| Octal | 374 | 257 | 16 | 0 | 37 | 136 | 1 | 51 | 142 | 64 |
| Binary | 11111100 | 10101111 | 1110 | 0 | 11111 | 1011110 | 1 | 101001 | 1100010 | 110100 |
Color Harmonies of #FCAF0E
Complementary color
Monochromatic Colors of #FCAF0E
Black with #FCAF0E
Text Example
Text Example
White with #FCAF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAF0E; }
p { color: rgb(252,175,14); }
H1.HeaderClassName
{
color: #FCAF0E;
}
.AnyTagClassName
{
color: #FCAF0E;
}
</style>
background-color css
<style>
a { background-color: #FCAF0E; }
a { background-color: rgb(252,175,14); }
div.DivClassName
{
background-color: #FCAF0E;
}
.BgClassName
{
background-color: #FCAF0E;
}
</style>
border-color css
<style>
span { border-color: #FCAF0E; }
span { border-color: rgb(252,175,14); }
td.TdClassName
{
border-color: #FCAF0E;
}
.TagClassName
{
border-color: #FCAF0E;
}
</style>