Shades of Tangerine #F4800B
Tints of Tangerine #F4800B
RGB
CMYK
RGB Variations
Color information
#F4800B (or 0xF4800B) is known color: Tangerine. HEX triplet: F4, 80 and 0B. RGB value is (244,128,11). Sum of RGB (Red+Green+Blue) = 244+128+11=383 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.71% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 11 (4.69% from 255 or 2.87% from 383); Max value from RGB is 244 - color contains mainly: red. Hex color #F4800B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4800B is #0B7FF4. Grayscale: #959595. Windows color (decimal): -753653 or 753908. OLE color: 753908.
HSL color Cylindrical-coordinate representation of color #F4800B: hue angle of 30.13º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F4800B is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 128 | 11 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.04 |
| HSL | 30.13º | 0.91% | 0.5% | - |
| HSV(B) | 30.13º | 0.95% | 0.96% | - |
| XYZ | 45.09 | 34.7 | 4.64 | - |
| YUV | 149.35 | 49.93 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 128 | 11 | 0 | 0.48 | 0.95 | 0.04 | 30.13 | 0.91 | 0.5 |
| Hex | F4 | 80 | B | 0 | 30 | 5F | 4 | 1E | 5B | 32 |
| Octal | 364 | 200 | 13 | 0 | 60 | 137 | 4 | 36 | 133 | 62 |
| Binary | 11110100 | 10000000 | 1011 | 0 | 110000 | 1011111 | 100 | 11110 | 1011011 | 110010 |
Color Harmonies of #F4800B
Complementary color
Monochromatic Colors of #F4800B
Black with #F4800B
Text Example
Text Example
White with #F4800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4800B; }
p { color: rgb(244,128,11); }
H1.HeaderClassName
{
color: #F4800B;
}
.AnyTagClassName
{
color: #F4800B;
}
</style>
background-color css
<style>
a { background-color: #F4800B; }
a { background-color: rgb(244,128,11); }
div.DivClassName
{
background-color: #F4800B;
}
.BgClassName
{
background-color: #F4800B;
}
</style>
border-color css
<style>
span { border-color: #F4800B; }
span { border-color: rgb(244,128,11); }
td.TdClassName
{
border-color: #F4800B;
}
.TagClassName
{
border-color: #F4800B;
}
</style>