Shades of Dark Tangerine #FCAF0A
Tints of Dark Tangerine #FCAF0A
RGB
CMYK
RGB Variations
Color information
#FCAF0A (or 0xFCAF0A) is known color: Dark Tangerine. HEX triplet: FC, AF and 0A. RGB value is (252,175,10). Sum of RGB (Red+Green+Blue) = 252+175+10=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 10 (4.30% from 255 or 2.29% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAF0A is #0350F5. Grayscale: #B3B3B3. Windows color (decimal): -217334 or 700412. OLE color: 700412.
HSL color Cylindrical-coordinate representation of color #FCAF0A: hue angle of 40.91º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCAF0A is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 10 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.01 |
| HSL | 40.91º | 0.98% | 0.51% | - |
| HSV(B) | 40.91º | 0.96% | 0.99% | - |
| XYZ | 55.53 | 51.38 | 7.28 | - |
| YUV | 179.21 | 32.51 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 10 | 0 | 0.31 | 0.96 | 0.01 | 40.91 | 0.98 | 0.51 |
| Hex | FC | AF | A | 0 | 1F | 60 | 1 | 29 | 62 | 33 |
| Octal | 374 | 257 | 12 | 0 | 37 | 140 | 1 | 51 | 142 | 63 |
| Binary | 11111100 | 10101111 | 1010 | 0 | 11111 | 1100000 | 1 | 101001 | 1100010 | 110011 |
Color Harmonies of #FCAF0A
Complementary color
Monochromatic Colors of #FCAF0A
Black with #FCAF0A
Text Example
Text Example
White with #FCAF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAF0A; }
p { color: rgb(252,175,10); }
H1.HeaderClassName
{
color: #FCAF0A;
}
.AnyTagClassName
{
color: #FCAF0A;
}
</style>
background-color css
<style>
a { background-color: #FCAF0A; }
a { background-color: rgb(252,175,10); }
div.DivClassName
{
background-color: #FCAF0A;
}
.BgClassName
{
background-color: #FCAF0A;
}
</style>
border-color css
<style>
span { border-color: #FCAF0A; }
span { border-color: rgb(252,175,10); }
td.TdClassName
{
border-color: #FCAF0A;
}
.TagClassName
{
border-color: #FCAF0A;
}
</style>