Shades of Tangerine #F9820C
Tints of Tangerine #F9820C
RGB
CMYK
RGB Variations
Color information
#F9820C (or 0xF9820C) is known color: Tangerine. HEX triplet: F9, 82 and 0C. RGB value is (249,130,12). Sum of RGB (Red+Green+Blue) = 249+130+12=391 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.68% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 12 (5.08% from 255 or 3.07% from 391); Max value from RGB is 249 - color contains mainly: red. Hex color #F9820C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9820C is #067DF3. Grayscale: #989898. Windows color (decimal): -425460 or 819961. OLE color: 819961.
HSL color Cylindrical-coordinate representation of color #F9820C: hue angle of 29.87º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9820C is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 12 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.02 |
| HSL | 29.87º | 0.95% | 0.51% | - |
| HSV(B) | 29.87º | 0.95% | 0.98% | - |
| XYZ | 47.12 | 36.13 | 4.84 | - |
| YUV | 152.13 | 48.92 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 12 | 0 | 0.48 | 0.95 | 0.02 | 29.87 | 0.95 | 0.51 |
| Hex | F9 | 82 | C | 0 | 30 | 5F | 2 | 1E | 5F | 33 |
| Octal | 371 | 202 | 14 | 0 | 60 | 137 | 2 | 36 | 137 | 63 |
| Binary | 11111001 | 10000010 | 1100 | 0 | 110000 | 1011111 | 10 | 11110 | 1011111 | 110011 |
Color Harmonies of #F9820C
Complementary color
Monochromatic Colors of #F9820C
Black with #F9820C
Text Example
Text Example
White with #F9820C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9820C; }
p { color: rgb(249,130,12); }
H1.HeaderClassName
{
color: #F9820C;
}
.AnyTagClassName
{
color: #F9820C;
}
</style>
background-color css
<style>
a { background-color: #F9820C; }
a { background-color: rgb(249,130,12); }
div.DivClassName
{
background-color: #F9820C;
}
.BgClassName
{
background-color: #F9820C;
}
</style>
border-color css
<style>
span { border-color: #F9820C; }
span { border-color: rgb(249,130,12); }
td.TdClassName
{
border-color: #F9820C;
}
.TagClassName
{
border-color: #F9820C;
}
</style>