Shades of Dark Tangerine #FAA30F
Tints of Dark Tangerine #FAA30F
RGB
CMYK
RGB Variations
Color information
#FAA30F (or 0xFAA30F) is known color: Dark Tangerine. HEX triplet: FA, A3 and 0F. RGB value is (250,163,15). Sum of RGB (Red+Green+Blue) = 250+163+15=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 15 (6.25% from 255 or 3.50% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA30F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA30F is #055CF0. Grayscale: #ACACAC. Windows color (decimal): -351473 or 1025018. OLE color: 1025018.
HSL color Cylindrical-coordinate representation of color #FAA30F: hue angle of 37.79º 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 #FAA30F is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 15 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.02 |
| HSL | 37.79º | 0.96% | 0.52% | - |
| HSV(B) | 37.79º | 0.94% | 0.98% | - |
| XYZ | 52.61 | 46.55 | 6.66 | - |
| YUV | 172.14 | 39.32 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 15 | 0 | 0.35 | 0.94 | 0.02 | 37.79 | 0.96 | 0.52 |
| Hex | FA | A3 | F | 0 | 23 | 5E | 2 | 26 | 60 | 34 |
| Octal | 372 | 243 | 17 | 0 | 43 | 136 | 2 | 46 | 140 | 64 |
| Binary | 11111010 | 10100011 | 1111 | 0 | 100011 | 1011110 | 10 | 100110 | 1100000 | 110100 |
Color Harmonies of #FAA30F
Complementary color
Monochromatic Colors of #FAA30F
Black with #FAA30F
Text Example
Text Example
White with #FAA30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA30F; }
p { color: rgb(250,163,15); }
H1.HeaderClassName
{
color: #FAA30F;
}
.AnyTagClassName
{
color: #FAA30F;
}
</style>
background-color css
<style>
a { background-color: #FAA30F; }
a { background-color: rgb(250,163,15); }
div.DivClassName
{
background-color: #FAA30F;
}
.BgClassName
{
background-color: #FAA30F;
}
</style>
border-color css
<style>
span { border-color: #FAA30F; }
span { border-color: rgb(250,163,15); }
td.TdClassName
{
border-color: #FAA30F;
}
.TagClassName
{
border-color: #FAA30F;
}
</style>