Shades of Fiery Orange #AF6232
Tints of Fiery Orange #AF6232
RGB
CMYK
RGB Variations
Color information
#AF6232 (or 0xAF6232) is known color: Fiery Orange. HEX triplet: AF, 62 and 32. RGB value is (175,98,50). Sum of RGB (Red+Green+Blue) = 175+98+50=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6232 is #509DCD. Grayscale: #737373. Windows color (decimal): -5283278 or 3302063. OLE color: 3302063.
HSL color Cylindrical-coordinate representation of color #AF6232: hue angle of 23.04º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF6232 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 98 | 50 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.31 |
| HSL | 23.04º | 0.56% | 0.44% | - |
| HSV(B) | 23.04º | 0.71% | 0.69% | - |
| XYZ | 22.62 | 18.08 | 5.31 | - |
| YUV | 115.55 | 91.01 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 50 | 0 | 0.44 | 0.71 | 0.31 | 23.04 | 0.56 | 0.44 |
| Hex | AF | 62 | 32 | 0 | 2C | 47 | 1F | 17 | 38 | 2C |
| Octal | 257 | 142 | 62 | 0 | 54 | 107 | 37 | 27 | 70 | 54 |
| Binary | 10101111 | 1100010 | 110010 | 0 | 101100 | 1000111 | 11111 | 10111 | 111000 | 101100 |
Color Harmonies of #AF6232
Complementary color
Monochromatic Colors of #AF6232
Black with #AF6232
Text Example
Text Example
White with #AF6232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6232; }
p { color: rgb(175,98,50); }
H1.HeaderClassName
{
color: #AF6232;
}
.AnyTagClassName
{
color: #AF6232;
}
</style>
background-color css
<style>
a { background-color: #AF6232; }
a { background-color: rgb(175,98,50); }
div.DivClassName
{
background-color: #AF6232;
}
.BgClassName
{
background-color: #AF6232;
}
</style>
border-color css
<style>
span { border-color: #AF6232; }
span { border-color: rgb(175,98,50); }
td.TdClassName
{
border-color: #AF6232;
}
.TagClassName
{
border-color: #AF6232;
}
</style>