Shades of Dark Tangerine #F8AF0C
Tints of Dark Tangerine #F8AF0C
RGB
CMYK
RGB Variations
Color information
#F8AF0C (or 0xF8AF0C) is known color: Dark Tangerine. HEX triplet: F8, AF and 0C. RGB value is (248,175,12). Sum of RGB (Red+Green+Blue) = 248+175+12=435 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.01% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 12 (5.08% from 255 or 2.76% from 435); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AF0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8AF0C is #0750F3. Grayscale: #B2B2B2. Windows color (decimal): -479476 or 831480. OLE color: 831480.
HSL color Cylindrical-coordinate representation of color #F8AF0C: hue angle of 41.44º 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 #F8AF0C is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 175 | 12 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.03 |
| HSL | 41.44º | 0.94% | 0.51% | - |
| HSV(B) | 41.44º | 0.95% | 0.97% | - |
| XYZ | 54.11 | 50.64 | 7.27 | - |
| YUV | 178.25 | 34.18 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 12 | 0 | 0.29 | 0.95 | 0.03 | 41.44 | 0.94 | 0.51 |
| Hex | F8 | AF | C | 0 | 1D | 5F | 3 | 29 | 5E | 33 |
| Octal | 370 | 257 | 14 | 0 | 35 | 137 | 3 | 51 | 136 | 63 |
| Binary | 11111000 | 10101111 | 1100 | 0 | 11101 | 1011111 | 11 | 101001 | 1011110 | 110011 |
Color Harmonies of #F8AF0C
Complementary color
Monochromatic Colors of #F8AF0C
Black with #F8AF0C
Text Example
Text Example
White with #F8AF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AF0C; }
p { color: rgb(248,175,12); }
H1.HeaderClassName
{
color: #F8AF0C;
}
.AnyTagClassName
{
color: #F8AF0C;
}
</style>
background-color css
<style>
a { background-color: #F8AF0C; }
a { background-color: rgb(248,175,12); }
div.DivClassName
{
background-color: #F8AF0C;
}
.BgClassName
{
background-color: #F8AF0C;
}
</style>
border-color css
<style>
span { border-color: #F8AF0C; }
span { border-color: rgb(248,175,12); }
td.TdClassName
{
border-color: #F8AF0C;
}
.TagClassName
{
border-color: #F8AF0C;
}
</style>