Shades of Dark Tangerine #FAAE16
Tints of Dark Tangerine #FAAE16
RGB
CMYK
RGB Variations
Color information
#FAAE16 (or 0xFAAE16) is known color: Dark Tangerine. HEX triplet: FA, AE and 16. RGB value is (250,174,22). Sum of RGB (Red+Green+Blue) = 250+174+22=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 22 (8.98% from 255 or 4.93% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAE16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAE16 is #0551E9. Grayscale: #B4B4B4. Windows color (decimal): -348650 or 1486586. OLE color: 1486586.
HSL color Cylindrical-coordinate representation of color #FAAE16: hue angle of 40º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FAAE16 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 22 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.02 |
| HSL | 40º | 0.96% | 0.53% | - |
| HSV(B) | 40º | 0.91% | 0.98% | - |
| XYZ | 54.71 | 50.65 | 7.65 | - |
| YUV | 179.4 | 39.18 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 22 | 0 | 0.30 | 0.91 | 0.02 | 40 | 0.96 | 0.53 |
| Hex | FA | AE | 16 | 0 | 1E | 5B | 2 | 28 | 60 | 35 |
| Octal | 372 | 256 | 26 | 0 | 36 | 133 | 2 | 50 | 140 | 65 |
| Binary | 11111010 | 10101110 | 10110 | 0 | 11110 | 1011011 | 10 | 101000 | 1100000 | 110101 |
Color Harmonies of #FAAE16
Complementary color
Monochromatic Colors of #FAAE16
Black with #FAAE16
Text Example
Text Example
White with #FAAE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAE16; }
p { color: rgb(250,174,22); }
H1.HeaderClassName
{
color: #FAAE16;
}
.AnyTagClassName
{
color: #FAAE16;
}
</style>
background-color css
<style>
a { background-color: #FAAE16; }
a { background-color: rgb(250,174,22); }
div.DivClassName
{
background-color: #FAAE16;
}
.BgClassName
{
background-color: #FAAE16;
}
</style>
border-color css
<style>
span { border-color: #FAAE16; }
span { border-color: rgb(250,174,22); }
td.TdClassName
{
border-color: #FAAE16;
}
.TagClassName
{
border-color: #FAAE16;
}
</style>