Shades of Fiery Orange #AF5E2E
Tints of Fiery Orange #AF5E2E
RGB
CMYK
RGB Variations
Color information
#AF5E2E (or 0xAF5E2E) is known color: Fiery Orange. HEX triplet: AF, 5E and 2E. RGB value is (175,94,46). Sum of RGB (Red+Green+Blue) = 175+94+46=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5E2E is #50A1D1. Grayscale: #717171. Windows color (decimal): -5284306 or 3038895. OLE color: 3038895.
HSL color Cylindrical-coordinate representation of color #AF5E2E: hue angle of 22.33º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF5E2E is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 94 | 46 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.31 |
| HSL | 22.33º | 0.58% | 0.43% | - |
| HSV(B) | 22.33º | 0.74% | 0.69% | - |
| XYZ | 22.18 | 17.32 | 4.76 | - |
| YUV | 112.75 | 90.34 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 94 | 46 | 0 | 0.46 | 0.74 | 0.31 | 22.33 | 0.58 | 0.43 |
| Hex | AF | 5E | 2E | 0 | 2E | 4A | 1F | 16 | 3A | 2B |
| Octal | 257 | 136 | 56 | 0 | 56 | 112 | 37 | 26 | 72 | 53 |
| Binary | 10101111 | 1011110 | 101110 | 0 | 101110 | 1001010 | 11111 | 10110 | 111010 | 101011 |
Color Harmonies of #AF5E2E
Complementary color
Monochromatic Colors of #AF5E2E
Black with #AF5E2E
Text Example
Text Example
White with #AF5E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5E2E; }
p { color: rgb(175,94,46); }
H1.HeaderClassName
{
color: #AF5E2E;
}
.AnyTagClassName
{
color: #AF5E2E;
}
</style>
background-color css
<style>
a { background-color: #AF5E2E; }
a { background-color: rgb(175,94,46); }
div.DivClassName
{
background-color: #AF5E2E;
}
.BgClassName
{
background-color: #AF5E2E;
}
</style>
border-color css
<style>
span { border-color: #AF5E2E; }
span { border-color: rgb(175,94,46); }
td.TdClassName
{
border-color: #AF5E2E;
}
.TagClassName
{
border-color: #AF5E2E;
}
</style>