Shades of Tangerine #F0900B
Tints of Tangerine #F0900B
RGB
CMYK
RGB Variations
Color information
#F0900B (or 0xF0900B) is known color: Tangerine. HEX triplet: F0, 90 and 0B. RGB value is (240,144,11). Sum of RGB (Red+Green+Blue) = 240+144+11=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 11 (4.69% from 255 or 2.78% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F0900B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0900B is #0F6FF4. Grayscale: #9E9E9E. Windows color (decimal): -1011701 or 758000. OLE color: 758000.
HSL color Cylindrical-coordinate representation of color #F0900B: hue angle of 34.85º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0900B is Cyan = 0, Magento = 0.4, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 11 | - |
| CMYK | 0 | 0.4 | 0.95 | 0.06 |
| HSL | 34.85º | 0.91% | 0.49% | - |
| HSV(B) | 34.85º | 0.95% | 0.94% | - |
| XYZ | 45.97 | 38.5 | 5.32 | - |
| YUV | 157.54 | 45.3 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 11 | 0 | 0.4 | 0.95 | 0.06 | 34.85 | 0.91 | 0.49 |
| Hex | F0 | 90 | B | 0 | 28 | 5F | 6 | 23 | 5B | 31 |
| Octal | 360 | 220 | 13 | 0 | 50 | 137 | 6 | 43 | 133 | 61 |
| Binary | 11110000 | 10010000 | 1011 | 0 | 101000 | 1011111 | 110 | 100011 | 1011011 | 110001 |
Color Harmonies of #F0900B
Complementary color
Monochromatic Colors of #F0900B
Black with #F0900B
Text Example
Text Example
White with #F0900B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0900B; }
p { color: rgb(240,144,11); }
H1.HeaderClassName
{
color: #F0900B;
}
.AnyTagClassName
{
color: #F0900B;
}
</style>
background-color css
<style>
a { background-color: #F0900B; }
a { background-color: rgb(240,144,11); }
div.DivClassName
{
background-color: #F0900B;
}
.BgClassName
{
background-color: #F0900B;
}
</style>
border-color css
<style>
span { border-color: #F0900B; }
span { border-color: rgb(240,144,11); }
td.TdClassName
{
border-color: #F0900B;
}
.TagClassName
{
border-color: #F0900B;
}
</style>