Shades of Tangerine #F28B08
Tints of Tangerine #F28B08
RGB
CMYK
RGB Variations
Color information
#F28B08 (or 0xF28B08) is known color: Tangerine. HEX triplet: F2, 8B and 08. RGB value is (242,139,8). Sum of RGB (Red+Green+Blue) = 242+139+8=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 8 (3.52% from 255 or 2.06% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F28B08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28B08 is #0D74F7. Grayscale: #9B9B9B. Windows color (decimal): -881912 or 560114. OLE color: 560114.
HSL color Cylindrical-coordinate representation of color #F28B08: hue angle of 33.59º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F28B08 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 8 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.05 |
| HSL | 33.59º | 0.94% | 0.49% | - |
| HSV(B) | 33.59º | 0.97% | 0.95% | - |
| XYZ | 45.89 | 37.36 | 5.02 | - |
| YUV | 154.86 | 45.12 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 8 | 0 | 0.43 | 0.97 | 0.05 | 33.59 | 0.94 | 0.49 |
| Hex | F2 | 8B | 8 | 0 | 2B | 61 | 5 | 22 | 5E | 31 |
| Octal | 362 | 213 | 10 | 0 | 53 | 141 | 5 | 42 | 136 | 61 |
| Binary | 11110010 | 10001011 | 1000 | 0 | 101011 | 1100001 | 101 | 100010 | 1011110 | 110001 |
Color Harmonies of #F28B08
Complementary color
Monochromatic Colors of #F28B08
Black with #F28B08
Text Example
Text Example
White with #F28B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28B08; }
p { color: rgb(242,139,8); }
H1.HeaderClassName
{
color: #F28B08;
}
.AnyTagClassName
{
color: #F28B08;
}
</style>
background-color css
<style>
a { background-color: #F28B08; }
a { background-color: rgb(242,139,8); }
div.DivClassName
{
background-color: #F28B08;
}
.BgClassName
{
background-color: #F28B08;
}
</style>
border-color css
<style>
span { border-color: #F28B08; }
span { border-color: rgb(242,139,8); }
td.TdClassName
{
border-color: #F28B08;
}
.TagClassName
{
border-color: #F28B08;
}
</style>