Shades of Tangerine #F28A08
Tints of Tangerine #F28A08
RGB
CMYK
RGB Variations
Color information
#F28A08 (or 0xF28A08) is known color: Tangerine. HEX triplet: F2, 8A and 08. RGB value is (242,138,8). Sum of RGB (Red+Green+Blue) = 242+138+8=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 8 (3.52% from 255 or 2.06% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F28A08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28A08 is #0D75F7. Grayscale: #9A9A9A. Windows color (decimal): -882168 or 559858. OLE color: 559858.
HSL color Cylindrical-coordinate representation of color #F28A08: hue angle of 33.33º 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 #F28A08 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 138 | 8 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.05 |
| HSL | 33.33º | 0.94% | 0.49% | - |
| HSV(B) | 33.33º | 0.97% | 0.95% | - |
| XYZ | 45.75 | 37.07 | 4.97 | - |
| YUV | 154.28 | 45.46 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 8 | 0 | 0.43 | 0.97 | 0.05 | 33.33 | 0.94 | 0.49 |
| Hex | F2 | 8A | 8 | 0 | 2B | 61 | 5 | 21 | 5E | 31 |
| Octal | 362 | 212 | 10 | 0 | 53 | 141 | 5 | 41 | 136 | 61 |
| Binary | 11110010 | 10001010 | 1000 | 0 | 101011 | 1100001 | 101 | 100001 | 1011110 | 110001 |
Color Harmonies of #F28A08
Complementary color
Monochromatic Colors of #F28A08
Black with #F28A08
Text Example
Text Example
White with #F28A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28A08; }
p { color: rgb(242,138,8); }
H1.HeaderClassName
{
color: #F28A08;
}
.AnyTagClassName
{
color: #F28A08;
}
</style>
background-color css
<style>
a { background-color: #F28A08; }
a { background-color: rgb(242,138,8); }
div.DivClassName
{
background-color: #F28A08;
}
.BgClassName
{
background-color: #F28A08;
}
</style>
border-color css
<style>
span { border-color: #F28A08; }
span { border-color: rgb(242,138,8); }
td.TdClassName
{
border-color: #F28A08;
}
.TagClassName
{
border-color: #F28A08;
}
</style>