Shades of Fiery Orange #AF5623
Tints of Fiery Orange #AF5623
RGB
CMYK
RGB Variations
Color information
#AF5623 (or 0xAF5623) is known color: Fiery Orange. HEX triplet: AF, 56 and 23. RGB value is (175,86,35). Sum of RGB (Red+Green+Blue) = 175+86+35=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 35 (14.06% from 255 or 11.82% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5623 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5623 is #50A9DC. Grayscale: #6B6B6B. Windows color (decimal): -5286365 or 2315951. OLE color: 2315951.
HSL color Cylindrical-coordinate representation of color #AF5623: hue angle of 21.86º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF5623 is Cyan = 0, Magento = 0.51, Yellow = 0.8 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 86 | 35 | - |
| CMYK | 0 | 0.51 | 0.8 | 0.31 |
| HSL | 21.86º | 0.67% | 0.41% | - |
| HSV(B) | 21.86º | 0.8% | 0.69% | - |
| XYZ | 21.31 | 15.89 | 3.53 | - |
| YUV | 106.8 | 87.49 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 86 | 35 | 0 | 0.51 | 0.8 | 0.31 | 21.86 | 0.67 | 0.41 |
| Hex | AF | 56 | 23 | 0 | 33 | 50 | 1F | 16 | 43 | 29 |
| Octal | 257 | 126 | 43 | 0 | 63 | 120 | 37 | 26 | 103 | 51 |
| Binary | 10101111 | 1010110 | 100011 | 0 | 110011 | 1010000 | 11111 | 10110 | 1000011 | 101001 |
Color Harmonies of #AF5623
Complementary color
Monochromatic Colors of #AF5623
Black with #AF5623
Text Example
Text Example
White with #AF5623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5623; }
p { color: rgb(175,86,35); }
H1.HeaderClassName
{
color: #AF5623;
}
.AnyTagClassName
{
color: #AF5623;
}
</style>
background-color css
<style>
a { background-color: #AF5623; }
a { background-color: rgb(175,86,35); }
div.DivClassName
{
background-color: #AF5623;
}
.BgClassName
{
background-color: #AF5623;
}
</style>
border-color css
<style>
span { border-color: #AF5623; }
span { border-color: rgb(175,86,35); }
td.TdClassName
{
border-color: #AF5623;
}
.TagClassName
{
border-color: #AF5623;
}
</style>