Shades of Tangerine #F28F0B
Tints of Tangerine #F28F0B
RGB
CMYK
RGB Variations
Color information
#F28F0B (or 0xF28F0B) is known color: Tangerine. HEX triplet: F2, 8F and 0B. RGB value is (242,143,11). Sum of RGB (Red+Green+Blue) = 242+143+11=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 11 (4.69% from 255 or 2.78% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28F0B is #0D70F4. Grayscale: #9E9E9E. Windows color (decimal): -880885 or 757746. OLE color: 757746.
HSL color Cylindrical-coordinate representation of color #F28F0B: hue angle of 34.29º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F28F0B is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 11 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.05 |
| HSL | 34.29º | 0.91% | 0.5% | - |
| HSV(B) | 34.29º | 0.95% | 0.95% | - |
| XYZ | 46.5 | 38.55 | 5.31 | - |
| YUV | 157.55 | 45.3 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 11 | 0 | 0.41 | 0.95 | 0.05 | 34.29 | 0.91 | 0.5 |
| Hex | F2 | 8F | B | 0 | 29 | 5F | 5 | 22 | 5B | 32 |
| Octal | 362 | 217 | 13 | 0 | 51 | 137 | 5 | 42 | 133 | 62 |
| Binary | 11110010 | 10001111 | 1011 | 0 | 101001 | 1011111 | 101 | 100010 | 1011011 | 110010 |
Color Harmonies of #F28F0B
Complementary color
Monochromatic Colors of #F28F0B
Black with #F28F0B
Text Example
Text Example
White with #F28F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F0B; }
p { color: rgb(242,143,11); }
H1.HeaderClassName
{
color: #F28F0B;
}
.AnyTagClassName
{
color: #F28F0B;
}
</style>
background-color css
<style>
a { background-color: #F28F0B; }
a { background-color: rgb(242,143,11); }
div.DivClassName
{
background-color: #F28F0B;
}
.BgClassName
{
background-color: #F28F0B;
}
</style>
border-color css
<style>
span { border-color: #F28F0B; }
span { border-color: rgb(242,143,11); }
td.TdClassName
{
border-color: #F28F0B;
}
.TagClassName
{
border-color: #F28F0B;
}
</style>