Shades of Dark Tangerine #FAA51A
Tints of Dark Tangerine #FAA51A
RGB
CMYK
RGB Variations
Color information
#FAA51A (or 0xFAA51A) is known color: Dark Tangerine. HEX triplet: FA, A5 and 1A. RGB value is (250,165,26). Sum of RGB (Red+Green+Blue) = 250+165+26=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 26 (10.55% from 255 or 5.90% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA51A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA51A is #055AE5. Grayscale: #AFAFAF. Windows color (decimal): -350950 or 1746426. OLE color: 1746426.
HSL color Cylindrical-coordinate representation of color #FAA51A: hue angle of 37.23º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FAA51A is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 26 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.02 |
| HSL | 37.23º | 0.96% | 0.54% | - |
| HSV(B) | 37.23º | 0.9% | 0.98% | - |
| XYZ | 53.07 | 47.31 | 7.31 | - |
| YUV | 174.57 | 44.16 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 26 | 0 | 0.34 | 0.90 | 0.02 | 37.23 | 0.96 | 0.54 |
| Hex | FA | A5 | 1A | 0 | 22 | 5A | 2 | 25 | 60 | 36 |
| Octal | 372 | 245 | 32 | 0 | 42 | 132 | 2 | 45 | 140 | 66 |
| Binary | 11111010 | 10100101 | 11010 | 0 | 100010 | 1011010 | 10 | 100101 | 1100000 | 110110 |
Color Harmonies of #FAA51A
Complementary color
Monochromatic Colors of #FAA51A
Black with #FAA51A
Text Example
Text Example
White with #FAA51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA51A; }
p { color: rgb(250,165,26); }
H1.HeaderClassName
{
color: #FAA51A;
}
.AnyTagClassName
{
color: #FAA51A;
}
</style>
background-color css
<style>
a { background-color: #FAA51A; }
a { background-color: rgb(250,165,26); }
div.DivClassName
{
background-color: #FAA51A;
}
.BgClassName
{
background-color: #FAA51A;
}
</style>
border-color css
<style>
span { border-color: #FAA51A; }
span { border-color: rgb(250,165,26); }
td.TdClassName
{
border-color: #FAA51A;
}
.TagClassName
{
border-color: #FAA51A;
}
</style>