Shades of Dark Tangerine #F8AF1D
Tints of Dark Tangerine #F8AF1D
RGB
CMYK
RGB Variations
Color information
#F8AF1D (or 0xF8AF1D) is known color: Dark Tangerine. HEX triplet: F8, AF and 1D. RGB value is (248,175,29). Sum of RGB (Red+Green+Blue) = 248+175+29=452 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.87% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 29 (11.72% from 255 or 6.42% from 452); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AF1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8AF1D is #0750E2. Grayscale: #B4B4B4. Windows color (decimal): -479459 or 1945592. OLE color: 1945592.
HSL color Cylindrical-coordinate representation of color #F8AF1D: hue angle of 40º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8AF1D is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 175 | 29 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.03 |
| HSL | 40º | 0.94% | 0.54% | - |
| HSV(B) | 40º | 0.88% | 0.97% | - |
| XYZ | 54.26 | 50.71 | 8.09 | - |
| YUV | 180.18 | 42.68 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 29 | 0 | 0.29 | 0.88 | 0.03 | 40 | 0.94 | 0.54 |
| Hex | F8 | AF | 1D | 0 | 1D | 58 | 3 | 28 | 5E | 36 |
| Octal | 370 | 257 | 35 | 0 | 35 | 130 | 3 | 50 | 136 | 66 |
| Binary | 11111000 | 10101111 | 11101 | 0 | 11101 | 1011000 | 11 | 101000 | 1011110 | 110110 |
Color Harmonies of #F8AF1D
Complementary color
Monochromatic Colors of #F8AF1D
Black with #F8AF1D
Text Example
Text Example
White with #F8AF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AF1D; }
p { color: rgb(248,175,29); }
H1.HeaderClassName
{
color: #F8AF1D;
}
.AnyTagClassName
{
color: #F8AF1D;
}
</style>
background-color css
<style>
a { background-color: #F8AF1D; }
a { background-color: rgb(248,175,29); }
div.DivClassName
{
background-color: #F8AF1D;
}
.BgClassName
{
background-color: #F8AF1D;
}
</style>
border-color css
<style>
span { border-color: #F8AF1D; }
span { border-color: rgb(248,175,29); }
td.TdClassName
{
border-color: #F8AF1D;
}
.TagClassName
{
border-color: #F8AF1D;
}
</style>