Shades of Tangerine #F48101
Tints of Tangerine #F48101
RGB
CMYK
RGB Variations
Color information
#F48101 (or 0xF48101) is known color: Tangerine. HEX triplet: F4, 81 and 01. RGB value is (244,129,1). Sum of RGB (Red+Green+Blue) = 244+129+1=374 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.24% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 1 (0.78% from 255 or 0.27% from 374); Max value from RGB is 244 - color contains mainly: red. Hex color #F48101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F48101 is #0B7EFE. Grayscale: #959595. Windows color (decimal): -753407 or 98804. OLE color: 98804.
HSL color Cylindrical-coordinate representation of color #F48101: hue angle of 31.6º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F48101 is Cyan = 0, Magento = 0.47, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 129 | 1 | - |
| CMYK | 0 | 0.47 | 1.00 | 0.04 |
| HSL | 31.6º | 0.99% | 0.48% | - |
| HSV(B) | 31.6º | 1% | 0.96% | - |
| XYZ | 45.16 | 34.94 | 4.39 | - |
| YUV | 148.79 | 44.6 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 129 | 1 | 0 | 0.47 | 1.00 | 0.04 | 31.6 | 0.99 | 0.48 |
| Hex | F4 | 81 | 1 | 0 | 2F | 64 | 4 | 20 | 63 | 30 |
| Octal | 364 | 201 | 1 | 0 | 57 | 144 | 4 | 40 | 143 | 60 |
| Binary | 11110100 | 10000001 | 1 | 0 | 101111 | 1100100 | 100 | 100000 | 1100011 | 110000 |
Color Harmonies of #F48101
Complementary color
Monochromatic Colors of #F48101
Black with #F48101
Text Example
Text Example
White with #F48101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48101; }
p { color: rgb(244,129,1); }
H1.HeaderClassName
{
color: #F48101;
}
.AnyTagClassName
{
color: #F48101;
}
</style>
background-color css
<style>
a { background-color: #F48101; }
a { background-color: rgb(244,129,1); }
div.DivClassName
{
background-color: #F48101;
}
.BgClassName
{
background-color: #F48101;
}
</style>
border-color css
<style>
span { border-color: #F48101; }
span { border-color: rgb(244,129,1); }
td.TdClassName
{
border-color: #F48101;
}
.TagClassName
{
border-color: #F48101;
}
</style>