Shades of Dark Tangerine #F8A30C
Tints of Dark Tangerine #F8A30C
RGB
CMYK
RGB Variations
Color information
#F8A30C (or 0xF8A30C) is known color: Dark Tangerine. HEX triplet: F8, A3 and 0C. RGB value is (248,163,12). Sum of RGB (Red+Green+Blue) = 248+163+12=423 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.63% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 12 (5.08% from 255 or 2.84% from 423); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A30C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A30C is #075CF3. Grayscale: #ABABAB. Windows color (decimal): -482548 or 828408. OLE color: 828408.
HSL color Cylindrical-coordinate representation of color #F8A30C: hue angle of 38.39º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F8A30C is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 163 | 12 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.03 |
| HSL | 38.39º | 0.94% | 0.51% | - |
| HSV(B) | 38.39º | 0.95% | 0.97% | - |
| XYZ | 51.87 | 46.18 | 6.53 | - |
| YUV | 171.2 | 38.16 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 163 | 12 | 0 | 0.34 | 0.95 | 0.03 | 38.39 | 0.94 | 0.51 |
| Hex | F8 | A3 | C | 0 | 22 | 5F | 3 | 26 | 5E | 33 |
| Octal | 370 | 243 | 14 | 0 | 42 | 137 | 3 | 46 | 136 | 63 |
| Binary | 11111000 | 10100011 | 1100 | 0 | 100010 | 1011111 | 11 | 100110 | 1011110 | 110011 |
Color Harmonies of #F8A30C
Complementary color
Monochromatic Colors of #F8A30C
Black with #F8A30C
Text Example
Text Example
White with #F8A30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A30C; }
p { color: rgb(248,163,12); }
H1.HeaderClassName
{
color: #F8A30C;
}
.AnyTagClassName
{
color: #F8A30C;
}
</style>
background-color css
<style>
a { background-color: #F8A30C; }
a { background-color: rgb(248,163,12); }
div.DivClassName
{
background-color: #F8A30C;
}
.BgClassName
{
background-color: #F8A30C;
}
</style>
border-color css
<style>
span { border-color: #F8A30C; }
span { border-color: rgb(248,163,12); }
td.TdClassName
{
border-color: #F8A30C;
}
.TagClassName
{
border-color: #F8A30C;
}
</style>