Shades of Tangerine #F18A01
Tints of Tangerine #F18A01
RGB
CMYK
RGB Variations
Color information
#F18A01 (or 0xF18A01) is known color: Tangerine. HEX triplet: F1, 8A and 01. RGB value is (241,138,1). Sum of RGB (Red+Green+Blue) = 241+138+1=380 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.42% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 1 (0.78% from 255 or 0.26% from 380); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18A01 is #0E75FE. Grayscale: #999999. Windows color (decimal): -947711 or 101105. OLE color: 101105.
HSL color Cylindrical-coordinate representation of color #F18A01: hue angle of 34.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F18A01 is Cyan = 0, Magento = 0.43, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 1 | - |
| CMYK | 0 | 0.43 | 1.00 | 0.05 |
| HSL | 34.25º | 0.99% | 0.47% | - |
| HSV(B) | 34.25º | 1% | 0.95% | - |
| XYZ | 45.37 | 36.88 | 4.76 | - |
| YUV | 153.18 | 42.12 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 1 | 0 | 0.43 | 1.00 | 0.05 | 34.25 | 0.99 | 0.47 |
| Hex | F1 | 8A | 1 | 0 | 2B | 64 | 5 | 22 | 63 | 2F |
| Octal | 361 | 212 | 1 | 0 | 53 | 144 | 5 | 42 | 143 | 57 |
| Binary | 11110001 | 10001010 | 1 | 0 | 101011 | 1100100 | 101 | 100010 | 1100011 | 101111 |
Color Harmonies of #F18A01
Complementary color
Monochromatic Colors of #F18A01
Black with #F18A01
Text Example
Text Example
White with #F18A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A01; }
p { color: rgb(241,138,1); }
H1.HeaderClassName
{
color: #F18A01;
}
.AnyTagClassName
{
color: #F18A01;
}
</style>
background-color css
<style>
a { background-color: #F18A01; }
a { background-color: rgb(241,138,1); }
div.DivClassName
{
background-color: #F18A01;
}
.BgClassName
{
background-color: #F18A01;
}
</style>
border-color css
<style>
span { border-color: #F18A01; }
span { border-color: rgb(241,138,1); }
td.TdClassName
{
border-color: #F18A01;
}
.TagClassName
{
border-color: #F18A01;
}
</style>