Shades of Tangerine #FA830B
Tints of Tangerine #FA830B
RGB
CMYK
RGB Variations
Color information
#FA830B (or 0xFA830B) is known color: Tangerine. HEX triplet: FA, 83 and 0B. RGB value is (250,131,11). Sum of RGB (Red+Green+Blue) = 250+131+11=392 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.78% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 11 (4.69% from 255 or 2.81% from 392); Max value from RGB is 250 - color contains mainly: red. Hex color #FA830B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA830B is #057CF4. Grayscale: #999999. Windows color (decimal): -359669 or 754682. OLE color: 754682.
HSL color Cylindrical-coordinate representation of color #FA830B: hue angle of 30.13º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA830B is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 131 | 11 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.02 |
| HSL | 30.13º | 0.96% | 0.51% | - |
| HSV(B) | 30.13º | 0.96% | 0.98% | - |
| XYZ | 47.6 | 36.58 | 4.87 | - |
| YUV | 152.9 | 47.92 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 131 | 11 | 0 | 0.48 | 0.96 | 0.02 | 30.13 | 0.96 | 0.51 |
| Hex | FA | 83 | B | 0 | 30 | 60 | 2 | 1E | 60 | 33 |
| Octal | 372 | 203 | 13 | 0 | 60 | 140 | 2 | 36 | 140 | 63 |
| Binary | 11111010 | 10000011 | 1011 | 0 | 110000 | 1100000 | 10 | 11110 | 1100000 | 110011 |
Color Harmonies of #FA830B
Complementary color
Monochromatic Colors of #FA830B
Black with #FA830B
Text Example
Text Example
White with #FA830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA830B; }
p { color: rgb(250,131,11); }
H1.HeaderClassName
{
color: #FA830B;
}
.AnyTagClassName
{
color: #FA830B;
}
</style>
background-color css
<style>
a { background-color: #FA830B; }
a { background-color: rgb(250,131,11); }
div.DivClassName
{
background-color: #FA830B;
}
.BgClassName
{
background-color: #FA830B;
}
</style>
border-color css
<style>
span { border-color: #FA830B; }
span { border-color: rgb(250,131,11); }
td.TdClassName
{
border-color: #FA830B;
}
.TagClassName
{
border-color: #FA830B;
}
</style>