Shades of Tangerine #F08F01
Tints of Tangerine #F08F01
RGB
CMYK
RGB Variations
Color information
#F08F01 (or 0xF08F01) is known color: Tangerine. HEX triplet: F0, 8F and 01. RGB value is (240,143,1). Sum of RGB (Red+Green+Blue) = 240+143+1=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 1 (0.78% from 255 or 0.26% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08F01 is #0F70FE. Grayscale: #9C9C9C. Windows color (decimal): -1011967 or 102384. OLE color: 102384.
HSL color Cylindrical-coordinate representation of color #F08F01: hue angle of 35.65º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F08F01 is Cyan = 0, Magento = 0.40, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 1 | - |
| CMYK | 0 | 0.40 | 1.00 | 0.06 |
| HSL | 35.65º | 0.99% | 0.47% | - |
| HSV(B) | 35.65º | 1% | 0.94% | - |
| XYZ | 45.76 | 38.17 | 4.98 | - |
| YUV | 155.82 | 40.64 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 1 | 0 | 0.40 | 1.00 | 0.06 | 35.65 | 0.99 | 0.47 |
| Hex | F0 | 8F | 1 | 0 | 28 | 64 | 6 | 24 | 63 | 2F |
| Octal | 360 | 217 | 1 | 0 | 50 | 144 | 6 | 44 | 143 | 57 |
| Binary | 11110000 | 10001111 | 1 | 0 | 101000 | 1100100 | 110 | 100100 | 1100011 | 101111 |
Color Harmonies of #F08F01
Complementary color
Monochromatic Colors of #F08F01
Black with #F08F01
Text Example
Text Example
White with #F08F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08F01; }
p { color: rgb(240,143,1); }
H1.HeaderClassName
{
color: #F08F01;
}
.AnyTagClassName
{
color: #F08F01;
}
</style>
background-color css
<style>
a { background-color: #F08F01; }
a { background-color: rgb(240,143,1); }
div.DivClassName
{
background-color: #F08F01;
}
.BgClassName
{
background-color: #F08F01;
}
</style>
border-color css
<style>
span { border-color: #F08F01; }
span { border-color: rgb(240,143,1); }
td.TdClassName
{
border-color: #F08F01;
}
.TagClassName
{
border-color: #F08F01;
}
</style>