Shades of Dark Tangerine #FAAC0F
Tints of Dark Tangerine #FAAC0F
RGB
CMYK
RGB Variations
Color information
#FAAC0F (or 0xFAAC0F) is known color: Dark Tangerine. HEX triplet: FA, AC and 0F. RGB value is (250,172,15). Sum of RGB (Red+Green+Blue) = 250+172+15=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 15 (6.25% from 255 or 3.43% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAC0F is #0553F0. Grayscale: #B2B2B2. Windows color (decimal): -349169 or 1027322. OLE color: 1027322.
HSL color Cylindrical-coordinate representation of color #FAAC0F: hue angle of 40.09º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FAAC0F is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 15 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.02 |
| HSL | 40.09º | 0.96% | 0.52% | - |
| HSV(B) | 40.09º | 0.94% | 0.98% | - |
| XYZ | 54.26 | 49.86 | 7.22 | - |
| YUV | 177.42 | 36.34 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 15 | 0 | 0.31 | 0.94 | 0.02 | 40.09 | 0.96 | 0.52 |
| Hex | FA | AC | F | 0 | 1F | 5E | 2 | 28 | 60 | 34 |
| Octal | 372 | 254 | 17 | 0 | 37 | 136 | 2 | 50 | 140 | 64 |
| Binary | 11111010 | 10101100 | 1111 | 0 | 11111 | 1011110 | 10 | 101000 | 1100000 | 110100 |
Color Harmonies of #FAAC0F
Complementary color
Monochromatic Colors of #FAAC0F
Black with #FAAC0F
Text Example
Text Example
White with #FAAC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAC0F; }
p { color: rgb(250,172,15); }
H1.HeaderClassName
{
color: #FAAC0F;
}
.AnyTagClassName
{
color: #FAAC0F;
}
</style>
background-color css
<style>
a { background-color: #FAAC0F; }
a { background-color: rgb(250,172,15); }
div.DivClassName
{
background-color: #FAAC0F;
}
.BgClassName
{
background-color: #FAAC0F;
}
</style>
border-color css
<style>
span { border-color: #FAAC0F; }
span { border-color: rgb(250,172,15); }
td.TdClassName
{
border-color: #FAAC0F;
}
.TagClassName
{
border-color: #FAAC0F;
}
</style>