Shades of Fiery Orange #AF5D2A
Tints of Fiery Orange #AF5D2A
RGB
CMYK
RGB Variations
Color information
#AF5D2A (or 0xAF5D2A) is known color: Fiery Orange. HEX triplet: AF, 5D and 2A. RGB value is (175,93,42). Sum of RGB (Red+Green+Blue) = 175+93+42=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5D2A is #50A2D5. Grayscale: #6F6F6F. Windows color (decimal): -5284566 or 2776495. OLE color: 2776495.
HSL color Cylindrical-coordinate representation of color #AF5D2A: hue angle of 23.01º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF5D2A is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 93 | 42 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.31 |
| HSL | 23.01º | 0.61% | 0.43% | - |
| HSV(B) | 23.01º | 0.76% | 0.69% | - |
| XYZ | 22.01 | 17.11 | 4.33 | - |
| YUV | 111.7 | 88.67 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 93 | 42 | 0 | 0.47 | 0.76 | 0.31 | 23.01 | 0.61 | 0.43 |
| Hex | AF | 5D | 2A | 0 | 2F | 4C | 1F | 17 | 3D | 2B |
| Octal | 257 | 135 | 52 | 0 | 57 | 114 | 37 | 27 | 75 | 53 |
| Binary | 10101111 | 1011101 | 101010 | 0 | 101111 | 1001100 | 11111 | 10111 | 111101 | 101011 |
Color Harmonies of #AF5D2A
Complementary color
Monochromatic Colors of #AF5D2A
Black with #AF5D2A
Text Example
Text Example
White with #AF5D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5D2A; }
p { color: rgb(175,93,42); }
H1.HeaderClassName
{
color: #AF5D2A;
}
.AnyTagClassName
{
color: #AF5D2A;
}
</style>
background-color css
<style>
a { background-color: #AF5D2A; }
a { background-color: rgb(175,93,42); }
div.DivClassName
{
background-color: #AF5D2A;
}
.BgClassName
{
background-color: #AF5D2A;
}
</style>
border-color css
<style>
span { border-color: #AF5D2A; }
span { border-color: rgb(175,93,42); }
td.TdClassName
{
border-color: #AF5D2A;
}
.TagClassName
{
border-color: #AF5D2A;
}
</style>