Shades of Dark Tangerine #F7AF1E
Tints of Dark Tangerine #F7AF1E
RGB
CMYK
RGB Variations
Color information
#F7AF1E (or 0xF7AF1E) is known color: Dark Tangerine. HEX triplet: F7, AF and 1E. RGB value is (247,175,30). Sum of RGB (Red+Green+Blue) = 247+175+30=452 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.65% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 30 (12.11% from 255 or 6.64% from 452); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AF1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7AF1E is #0850E1. Grayscale: #B4B4B4. Windows color (decimal): -544994 or 2011127. OLE color: 2011127.
HSL color Cylindrical-coordinate representation of color #F7AF1E: hue angle of 40.09º degrees, saturation: 0.93, 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 #F7AF1E is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 175 | 30 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.03 |
| HSL | 40.09º | 0.93% | 0.54% | - |
| HSV(B) | 40.09º | 0.88% | 0.97% | - |
| XYZ | 53.92 | 50.53 | 8.14 | - |
| YUV | 180 | 43.35 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 175 | 30 | 0 | 0.29 | 0.88 | 0.03 | 40.09 | 0.93 | 0.54 |
| Hex | F7 | AF | 1E | 0 | 1D | 58 | 3 | 28 | 5D | 36 |
| Octal | 367 | 257 | 36 | 0 | 35 | 130 | 3 | 50 | 135 | 66 |
| Binary | 11110111 | 10101111 | 11110 | 0 | 11101 | 1011000 | 11 | 101000 | 1011101 | 110110 |
Color Harmonies of #F7AF1E
Complementary color
Monochromatic Colors of #F7AF1E
Black with #F7AF1E
Text Example
Text Example
White with #F7AF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AF1E; }
p { color: rgb(247,175,30); }
H1.HeaderClassName
{
color: #F7AF1E;
}
.AnyTagClassName
{
color: #F7AF1E;
}
</style>
background-color css
<style>
a { background-color: #F7AF1E; }
a { background-color: rgb(247,175,30); }
div.DivClassName
{
background-color: #F7AF1E;
}
.BgClassName
{
background-color: #F7AF1E;
}
</style>
border-color css
<style>
span { border-color: #F7AF1E; }
span { border-color: rgb(247,175,30); }
td.TdClassName
{
border-color: #F7AF1E;
}
.TagClassName
{
border-color: #F7AF1E;
}
</style>