Shades of Dark Tangerine #F8A30F
Tints of Dark Tangerine #F8A30F
RGB
CMYK
RGB Variations
Color information
#F8A30F (or 0xF8A30F) is known color: Dark Tangerine. HEX triplet: F8, A3 and 0F. RGB value is (248,163,15). Sum of RGB (Red+Green+Blue) = 248+163+15=426 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.22% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 15 (6.25% from 255 or 3.52% from 426); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A30F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A30F is #075CF0. Grayscale: #ACACAC. Windows color (decimal): -482545 or 1025016. OLE color: 1025016.
HSL color Cylindrical-coordinate representation of color #F8A30F: hue angle of 38.11º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F8A30F is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 163 | 15 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.03 |
| HSL | 38.11º | 0.94% | 0.52% | - |
| HSV(B) | 38.11º | 0.94% | 0.97% | - |
| XYZ | 51.89 | 46.19 | 6.63 | - |
| YUV | 171.54 | 39.66 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 163 | 15 | 0 | 0.34 | 0.94 | 0.03 | 38.11 | 0.94 | 0.52 |
| Hex | F8 | A3 | F | 0 | 22 | 5E | 3 | 26 | 5E | 34 |
| Octal | 370 | 243 | 17 | 0 | 42 | 136 | 3 | 46 | 136 | 64 |
| Binary | 11111000 | 10100011 | 1111 | 0 | 100010 | 1011110 | 11 | 100110 | 1011110 | 110100 |
Color Harmonies of #F8A30F
Complementary color
Monochromatic Colors of #F8A30F
Black with #F8A30F
Text Example
Text Example
White with #F8A30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A30F; }
p { color: rgb(248,163,15); }
H1.HeaderClassName
{
color: #F8A30F;
}
.AnyTagClassName
{
color: #F8A30F;
}
</style>
background-color css
<style>
a { background-color: #F8A30F; }
a { background-color: rgb(248,163,15); }
div.DivClassName
{
background-color: #F8A30F;
}
.BgClassName
{
background-color: #F8A30F;
}
</style>
border-color css
<style>
span { border-color: #F8A30F; }
span { border-color: rgb(248,163,15); }
td.TdClassName
{
border-color: #F8A30F;
}
.TagClassName
{
border-color: #F8A30F;
}
</style>