Shades of Dark Tangerine #FAA11E
Tints of Dark Tangerine #FAA11E
RGB
CMYK
RGB Variations
Color information
#FAA11E (or 0xFAA11E) is known color: Dark Tangerine. HEX triplet: FA, A1 and 1E. RGB value is (250,161,30). Sum of RGB (Red+Green+Blue) = 250+161+30=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 30 (12.11% from 255 or 6.80% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA11E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA11E is #055EE1. Grayscale: #ADADAD. Windows color (decimal): -351970 or 2007546. OLE color: 2007546.
HSL color Cylindrical-coordinate representation of color #FAA11E: hue angle of 35.73º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FAA11E is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 161 | 30 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.02 |
| HSL | 35.73º | 0.96% | 0.55% | - |
| HSV(B) | 35.73º | 0.88% | 0.98% | - |
| XYZ | 52.4 | 45.91 | 7.33 | - |
| YUV | 172.68 | 47.49 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 161 | 30 | 0 | 0.36 | 0.88 | 0.02 | 35.73 | 0.96 | 0.55 |
| Hex | FA | A1 | 1E | 0 | 24 | 58 | 2 | 24 | 60 | 37 |
| Octal | 372 | 241 | 36 | 0 | 44 | 130 | 2 | 44 | 140 | 67 |
| Binary | 11111010 | 10100001 | 11110 | 0 | 100100 | 1011000 | 10 | 100100 | 1100000 | 110111 |
Color Harmonies of #FAA11E
Complementary color
Monochromatic Colors of #FAA11E
Black with #FAA11E
Text Example
Text Example
White with #FAA11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA11E; }
p { color: rgb(250,161,30); }
H1.HeaderClassName
{
color: #FAA11E;
}
.AnyTagClassName
{
color: #FAA11E;
}
</style>
background-color css
<style>
a { background-color: #FAA11E; }
a { background-color: rgb(250,161,30); }
div.DivClassName
{
background-color: #FAA11E;
}
.BgClassName
{
background-color: #FAA11E;
}
</style>
border-color css
<style>
span { border-color: #FAA11E; }
span { border-color: rgb(250,161,30); }
td.TdClassName
{
border-color: #FAA11E;
}
.TagClassName
{
border-color: #FAA11E;
}
</style>