Shades of Fiery Orange #AF5F2D
Tints of Fiery Orange #AF5F2D
RGB
CMYK
RGB Variations
Color information
#AF5F2D (or 0xAF5F2D) is known color: Fiery Orange. HEX triplet: AF, 5F and 2D. RGB value is (175,95,45). Sum of RGB (Red+Green+Blue) = 175+95+45=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5F2D is #50A0D2. Grayscale: #717171. Windows color (decimal): -5284051 or 2973615. OLE color: 2973615.
HSL color Cylindrical-coordinate representation of color #AF5F2D: hue angle of 23.08º degrees, saturation: 0.59, 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 #AF5F2D is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 95 | 45 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.31 |
| HSL | 23.08º | 0.59% | 0.43% | - |
| HSV(B) | 23.08º | 0.74% | 0.69% | - |
| XYZ | 22.25 | 17.49 | 4.69 | - |
| YUV | 113.22 | 89.5 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 95 | 45 | 0 | 0.46 | 0.74 | 0.31 | 23.08 | 0.59 | 0.43 |
| Hex | AF | 5F | 2D | 0 | 2E | 4A | 1F | 17 | 3B | 2B |
| Octal | 257 | 137 | 55 | 0 | 56 | 112 | 37 | 27 | 73 | 53 |
| Binary | 10101111 | 1011111 | 101101 | 0 | 101110 | 1001010 | 11111 | 10111 | 111011 | 101011 |
Color Harmonies of #AF5F2D
Complementary color
Monochromatic Colors of #AF5F2D
Black with #AF5F2D
Text Example
Text Example
White with #AF5F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5F2D; }
p { color: rgb(175,95,45); }
H1.HeaderClassName
{
color: #AF5F2D;
}
.AnyTagClassName
{
color: #AF5F2D;
}
</style>
background-color css
<style>
a { background-color: #AF5F2D; }
a { background-color: rgb(175,95,45); }
div.DivClassName
{
background-color: #AF5F2D;
}
.BgClassName
{
background-color: #AF5F2D;
}
</style>
border-color css
<style>
span { border-color: #AF5F2D; }
span { border-color: rgb(175,95,45); }
td.TdClassName
{
border-color: #AF5F2D;
}
.TagClassName
{
border-color: #AF5F2D;
}
</style>