Shades of Tangerine #F48F0B
Tints of Tangerine #F48F0B
RGB
CMYK
RGB Variations
Color information
#F48F0B (or 0xF48F0B) is known color: Tangerine. HEX triplet: F4, 8F and 0B. RGB value is (244,143,11). Sum of RGB (Red+Green+Blue) = 244+143+11=398 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.31% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 11 (4.69% from 255 or 2.76% from 398); Max value from RGB is 244 - color contains mainly: red. Hex color #F48F0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F48F0B is #0B70F4. Grayscale: #9E9E9E. Windows color (decimal): -749813 or 757748. OLE color: 757748.
HSL color Cylindrical-coordinate representation of color #F48F0B: hue angle of 33.99º 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 #F48F0B is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 143 | 11 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.04 |
| HSL | 33.99º | 0.91% | 0.5% | - |
| HSV(B) | 33.99º | 0.95% | 0.96% | - |
| XYZ | 47.19 | 38.9 | 5.34 | - |
| YUV | 158.15 | 44.96 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 143 | 11 | 0 | 0.41 | 0.95 | 0.04 | 33.99 | 0.91 | 0.5 |
| Hex | F4 | 8F | B | 0 | 29 | 5F | 4 | 22 | 5B | 32 |
| Octal | 364 | 217 | 13 | 0 | 51 | 137 | 4 | 42 | 133 | 62 |
| Binary | 11110100 | 10001111 | 1011 | 0 | 101001 | 1011111 | 100 | 100010 | 1011011 | 110010 |
Color Harmonies of #F48F0B
Complementary color
Monochromatic Colors of #F48F0B
Black with #F48F0B
Text Example
Text Example
White with #F48F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48F0B; }
p { color: rgb(244,143,11); }
H1.HeaderClassName
{
color: #F48F0B;
}
.AnyTagClassName
{
color: #F48F0B;
}
</style>
background-color css
<style>
a { background-color: #F48F0B; }
a { background-color: rgb(244,143,11); }
div.DivClassName
{
background-color: #F48F0B;
}
.BgClassName
{
background-color: #F48F0B;
}
</style>
border-color css
<style>
span { border-color: #F48F0B; }
span { border-color: rgb(244,143,11); }
td.TdClassName
{
border-color: #F48F0B;
}
.TagClassName
{
border-color: #F48F0B;
}
</style>