Shades of Tangerine #F28A0D
Tints of Tangerine #F28A0D
RGB
CMYK
RGB Variations
Color information
#F28A0D (or 0xF28A0D) is known color: Tangerine. HEX triplet: F2, 8A and 0D. RGB value is (242,138,13). Sum of RGB (Red+Green+Blue) = 242+138+13=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 13 (5.47% from 255 or 3.31% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F28A0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28A0D is #0D75F2. Grayscale: #9B9B9B. Windows color (decimal): -882163 or 887538. OLE color: 887538.
HSL color Cylindrical-coordinate representation of color #F28A0D: hue angle of 32.75º degrees, saturation: 0.9, 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 #F28A0D is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 138 | 13 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.05 |
| HSL | 32.75º | 0.9% | 0.5% | - |
| HSV(B) | 32.75º | 0.95% | 0.95% | - |
| XYZ | 45.78 | 37.08 | 5.13 | - |
| YUV | 154.85 | 47.96 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 13 | 0 | 0.43 | 0.95 | 0.05 | 32.75 | 0.9 | 0.5 |
| Hex | F2 | 8A | D | 0 | 2B | 5F | 5 | 21 | 5A | 32 |
| Octal | 362 | 212 | 15 | 0 | 53 | 137 | 5 | 41 | 132 | 62 |
| Binary | 11110010 | 10001010 | 1101 | 0 | 101011 | 1011111 | 101 | 100001 | 1011010 | 110010 |
Color Harmonies of #F28A0D
Complementary color
Monochromatic Colors of #F28A0D
Black with #F28A0D
Text Example
Text Example
White with #F28A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28A0D; }
p { color: rgb(242,138,13); }
H1.HeaderClassName
{
color: #F28A0D;
}
.AnyTagClassName
{
color: #F28A0D;
}
</style>
background-color css
<style>
a { background-color: #F28A0D; }
a { background-color: rgb(242,138,13); }
div.DivClassName
{
background-color: #F28A0D;
}
.BgClassName
{
background-color: #F28A0D;
}
</style>
border-color css
<style>
span { border-color: #F28A0D; }
span { border-color: rgb(242,138,13); }
td.TdClassName
{
border-color: #F28A0D;
}
.TagClassName
{
border-color: #F28A0D;
}
</style>