Shades of Tangerine #F48F0D
Tints of Tangerine #F48F0D
RGB
CMYK
RGB Variations
Color information
#F48F0D (or 0xF48F0D) is known color: Tangerine. HEX triplet: F4, 8F and 0D. RGB value is (244,143,13). Sum of RGB (Red+Green+Blue) = 244+143+13=400 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 13 (5.47% from 255 or 3.25% from 400); Max value from RGB is 244 - color contains mainly: red. Hex color #F48F0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F48F0D is #0B70F2. Grayscale: #9F9F9F. Windows color (decimal): -749811 or 888820. OLE color: 888820.
HSL color Cylindrical-coordinate representation of color #F48F0D: hue angle of 33.77º 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 #F48F0D is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 143 | 13 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.04 |
| HSL | 33.77º | 0.91% | 0.5% | - |
| HSV(B) | 33.77º | 0.95% | 0.96% | - |
| XYZ | 47.2 | 38.91 | 5.4 | - |
| YUV | 158.38 | 45.96 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 143 | 13 | 0 | 0.41 | 0.95 | 0.04 | 33.77 | 0.91 | 0.5 |
| Hex | F4 | 8F | D | 0 | 29 | 5F | 4 | 22 | 5B | 32 |
| Octal | 364 | 217 | 15 | 0 | 51 | 137 | 4 | 42 | 133 | 62 |
| Binary | 11110100 | 10001111 | 1101 | 0 | 101001 | 1011111 | 100 | 100010 | 1011011 | 110010 |
Color Harmonies of #F48F0D
Complementary color
Monochromatic Colors of #F48F0D
Black with #F48F0D
Text Example
Text Example
White with #F48F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48F0D; }
p { color: rgb(244,143,13); }
H1.HeaderClassName
{
color: #F48F0D;
}
.AnyTagClassName
{
color: #F48F0D;
}
</style>
background-color css
<style>
a { background-color: #F48F0D; }
a { background-color: rgb(244,143,13); }
div.DivClassName
{
background-color: #F48F0D;
}
.BgClassName
{
background-color: #F48F0D;
}
</style>
border-color css
<style>
span { border-color: #F48F0D; }
span { border-color: rgb(244,143,13); }
td.TdClassName
{
border-color: #F48F0D;
}
.TagClassName
{
border-color: #F48F0D;
}
</style>