Shades of Fiery Orange #AF612D
Tints of Fiery Orange #AF612D
RGB
CMYK
RGB Variations
Color information
#AF612D (or 0xAF612D) is known color: Fiery Orange. HEX triplet: AF, 61 and 2D. RGB value is (175,97,45). Sum of RGB (Red+Green+Blue) = 175+97+45=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF612D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF612D is #509ED2. Grayscale: #727272. Windows color (decimal): -5283539 or 2974127. OLE color: 2974127.
HSL color Cylindrical-coordinate representation of color #AF612D: hue angle of 24º 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 #AF612D is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 97 | 45 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.31 |
| HSL | 24º | 0.59% | 0.43% | - |
| HSV(B) | 24º | 0.74% | 0.69% | - |
| XYZ | 22.43 | 17.85 | 4.75 | - |
| YUV | 114.39 | 88.84 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 97 | 45 | 0 | 0.45 | 0.74 | 0.31 | 24 | 0.59 | 0.43 |
| Hex | AF | 61 | 2D | 0 | 2D | 4A | 1F | 18 | 3B | 2B |
| Octal | 257 | 141 | 55 | 0 | 55 | 112 | 37 | 30 | 73 | 53 |
| Binary | 10101111 | 1100001 | 101101 | 0 | 101101 | 1001010 | 11111 | 11000 | 111011 | 101011 |
Color Harmonies of #AF612D
Complementary color
Monochromatic Colors of #AF612D
Black with #AF612D
Text Example
Text Example
White with #AF612D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF612D; }
p { color: rgb(175,97,45); }
H1.HeaderClassName
{
color: #AF612D;
}
.AnyTagClassName
{
color: #AF612D;
}
</style>
background-color css
<style>
a { background-color: #AF612D; }
a { background-color: rgb(175,97,45); }
div.DivClassName
{
background-color: #AF612D;
}
.BgClassName
{
background-color: #AF612D;
}
</style>
border-color css
<style>
span { border-color: #AF612D; }
span { border-color: rgb(175,97,45); }
td.TdClassName
{
border-color: #AF612D;
}
.TagClassName
{
border-color: #AF612D;
}
</style>