Shades of Tangerine #F4900C
Tints of Tangerine #F4900C
RGB
CMYK
RGB Variations
Color information
#F4900C (or 0xF4900C) is known color: Tangerine. HEX triplet: F4, 90 and 0C. RGB value is (244,144,12). Sum of RGB (Red+Green+Blue) = 244+144+12=400 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 244 - color contains mainly: red. Hex color #F4900C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4900C is #0B6FF3. Grayscale: #9F9F9F. Windows color (decimal): -749556 or 823540. OLE color: 823540.
HSL color Cylindrical-coordinate representation of color #F4900C: hue angle of 34.14º 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 #F4900C is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 144 | 12 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.04 |
| HSL | 34.14º | 0.91% | 0.5% | - |
| HSV(B) | 34.14º | 0.95% | 0.96% | - |
| XYZ | 47.35 | 39.21 | 5.42 | - |
| YUV | 158.85 | 45.13 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 12 | 0 | 0.41 | 0.95 | 0.04 | 34.14 | 0.91 | 0.5 |
| Hex | F4 | 90 | C | 0 | 29 | 5F | 4 | 22 | 5B | 32 |
| Octal | 364 | 220 | 14 | 0 | 51 | 137 | 4 | 42 | 133 | 62 |
| Binary | 11110100 | 10010000 | 1100 | 0 | 101001 | 1011111 | 100 | 100010 | 1011011 | 110010 |
Color Harmonies of #F4900C
Complementary color
Monochromatic Colors of #F4900C
Black with #F4900C
Text Example
Text Example
White with #F4900C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4900C; }
p { color: rgb(244,144,12); }
H1.HeaderClassName
{
color: #F4900C;
}
.AnyTagClassName
{
color: #F4900C;
}
</style>
background-color css
<style>
a { background-color: #F4900C; }
a { background-color: rgb(244,144,12); }
div.DivClassName
{
background-color: #F4900C;
}
.BgClassName
{
background-color: #F4900C;
}
</style>
border-color css
<style>
span { border-color: #F4900C; }
span { border-color: rgb(244,144,12); }
td.TdClassName
{
border-color: #F4900C;
}
.TagClassName
{
border-color: #F4900C;
}
</style>