Shades of Tangerine #F4810C
Tints of Tangerine #F4810C
RGB
CMYK
RGB Variations
Color information
#F4810C (or 0xF4810C) is known color: Tangerine. HEX triplet: F4, 81 and 0C. RGB value is (244,129,12). Sum of RGB (Red+Green+Blue) = 244+129+12=385 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.38% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 244 - color contains mainly: red. Hex color #F4810C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4810C is #0B7EF3. Grayscale: #969696. Windows color (decimal): -753396 or 819700. OLE color: 819700.
HSL color Cylindrical-coordinate representation of color #F4810C: hue angle of 30.26º 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 #F4810C is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 129 | 12 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.04 |
| HSL | 30.26º | 0.91% | 0.5% | - |
| HSV(B) | 30.26º | 0.95% | 0.96% | - |
| XYZ | 45.22 | 34.96 | 4.71 | - |
| YUV | 150.05 | 50.1 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 129 | 12 | 0 | 0.47 | 0.95 | 0.04 | 30.26 | 0.91 | 0.5 |
| Hex | F4 | 81 | C | 0 | 2F | 5F | 4 | 1E | 5B | 32 |
| Octal | 364 | 201 | 14 | 0 | 57 | 137 | 4 | 36 | 133 | 62 |
| Binary | 11110100 | 10000001 | 1100 | 0 | 101111 | 1011111 | 100 | 11110 | 1011011 | 110010 |
Color Harmonies of #F4810C
Complementary color
Monochromatic Colors of #F4810C
Black with #F4810C
Text Example
Text Example
White with #F4810C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4810C; }
p { color: rgb(244,129,12); }
H1.HeaderClassName
{
color: #F4810C;
}
.AnyTagClassName
{
color: #F4810C;
}
</style>
background-color css
<style>
a { background-color: #F4810C; }
a { background-color: rgb(244,129,12); }
div.DivClassName
{
background-color: #F4810C;
}
.BgClassName
{
background-color: #F4810C;
}
</style>
border-color css
<style>
span { border-color: #F4810C; }
span { border-color: rgb(244,129,12); }
td.TdClassName
{
border-color: #F4810C;
}
.TagClassName
{
border-color: #F4810C;
}
</style>