Shades of Tangerine #FA820D
Tints of Tangerine #FA820D
RGB
CMYK
RGB Variations
Color information
#FA820D (or 0xFA820D) is known color: Tangerine. HEX triplet: FA, 82 and 0D. RGB value is (250,130,13). Sum of RGB (Red+Green+Blue) = 250+130+13=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 13 (5.47% from 255 or 3.31% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA820D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA820D is #057DF2. Grayscale: #999999. Windows color (decimal): -359923 or 885498. OLE color: 885498.
HSL color Cylindrical-coordinate representation of color #FA820D: hue angle of 29.62º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA820D is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 130 | 13 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.02 |
| HSL | 29.62º | 0.96% | 0.52% | - |
| HSV(B) | 29.62º | 0.95% | 0.98% | - |
| XYZ | 47.48 | 36.32 | 4.89 | - |
| YUV | 152.54 | 49.26 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 130 | 13 | 0 | 0.48 | 0.95 | 0.02 | 29.62 | 0.96 | 0.52 |
| Hex | FA | 82 | D | 0 | 30 | 5F | 2 | 1E | 60 | 34 |
| Octal | 372 | 202 | 15 | 0 | 60 | 137 | 2 | 36 | 140 | 64 |
| Binary | 11111010 | 10000010 | 1101 | 0 | 110000 | 1011111 | 10 | 11110 | 1100000 | 110100 |
Color Harmonies of #FA820D
Complementary color
Monochromatic Colors of #FA820D
Black with #FA820D
Text Example
Text Example
White with #FA820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA820D; }
p { color: rgb(250,130,13); }
H1.HeaderClassName
{
color: #FA820D;
}
.AnyTagClassName
{
color: #FA820D;
}
</style>
background-color css
<style>
a { background-color: #FA820D; }
a { background-color: rgb(250,130,13); }
div.DivClassName
{
background-color: #FA820D;
}
.BgClassName
{
background-color: #FA820D;
}
</style>
border-color css
<style>
span { border-color: #FA820D; }
span { border-color: rgb(250,130,13); }
td.TdClassName
{
border-color: #FA820D;
}
.TagClassName
{
border-color: #FA820D;
}
</style>