Shades of Tangerine #F9850C
Tints of Tangerine #F9850C
RGB
CMYK
RGB Variations
Color information
#F9850C (or 0xF9850C) is known color: Tangerine. HEX triplet: F9, 85 and 0C. RGB value is (249,133,12). Sum of RGB (Red+Green+Blue) = 249+133+12=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F9850C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9850C is #067AF3. Grayscale: #9A9A9A. Windows color (decimal): -424692 or 820729. OLE color: 820729.
HSL color Cylindrical-coordinate representation of color #F9850C: hue angle of 30.63º 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 #F9850C is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 133 | 12 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.02 |
| HSL | 30.63º | 0.95% | 0.51% | - |
| HSV(B) | 30.63º | 0.95% | 0.98% | - |
| XYZ | 47.52 | 36.94 | 4.97 | - |
| YUV | 153.89 | 47.93 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 133 | 12 | 0 | 0.47 | 0.95 | 0.02 | 30.63 | 0.95 | 0.51 |
| Hex | F9 | 85 | C | 0 | 2F | 5F | 2 | 1F | 5F | 33 |
| Octal | 371 | 205 | 14 | 0 | 57 | 137 | 2 | 37 | 137 | 63 |
| Binary | 11111001 | 10000101 | 1100 | 0 | 101111 | 1011111 | 10 | 11111 | 1011111 | 110011 |
Color Harmonies of #F9850C
Complementary color
Monochromatic Colors of #F9850C
Black with #F9850C
Text Example
Text Example
White with #F9850C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9850C; }
p { color: rgb(249,133,12); }
H1.HeaderClassName
{
color: #F9850C;
}
.AnyTagClassName
{
color: #F9850C;
}
</style>
background-color css
<style>
a { background-color: #F9850C; }
a { background-color: rgb(249,133,12); }
div.DivClassName
{
background-color: #F9850C;
}
.BgClassName
{
background-color: #F9850C;
}
</style>
border-color css
<style>
span { border-color: #F9850C; }
span { border-color: rgb(249,133,12); }
td.TdClassName
{
border-color: #F9850C;
}
.TagClassName
{
border-color: #F9850C;
}
</style>