Shades of Fiery Orange #AF5A30
Tints of Fiery Orange #AF5A30
RGB
CMYK
RGB Variations
Color information
#AF5A30 (or 0xAF5A30) is known color: Fiery Orange. HEX triplet: AF, 5A and 30. RGB value is (175,90,48). Sum of RGB (Red+Green+Blue) = 175+90+48=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5A30 is #50A5CF. Grayscale: #6E6E6E. Windows color (decimal): -5285328 or 3168943. OLE color: 3168943.
HSL color Cylindrical-coordinate representation of color #AF5A30: hue angle of 19.84º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF5A30 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 90 | 48 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.31 |
| HSL | 19.84º | 0.57% | 0.44% | - |
| HSV(B) | 19.84º | 0.73% | 0.69% | - |
| XYZ | 21.87 | 16.64 | 4.86 | - |
| YUV | 110.63 | 92.66 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 90 | 48 | 0 | 0.49 | 0.73 | 0.31 | 19.84 | 0.57 | 0.44 |
| Hex | AF | 5A | 30 | 0 | 31 | 49 | 1F | 14 | 39 | 2C |
| Octal | 257 | 132 | 60 | 0 | 61 | 111 | 37 | 24 | 71 | 54 |
| Binary | 10101111 | 1011010 | 110000 | 0 | 110001 | 1001001 | 11111 | 10100 | 111001 | 101100 |
Color Harmonies of #AF5A30
Complementary color
Monochromatic Colors of #AF5A30
Black with #AF5A30
Text Example
Text Example
White with #AF5A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5A30; }
p { color: rgb(175,90,48); }
H1.HeaderClassName
{
color: #AF5A30;
}
.AnyTagClassName
{
color: #AF5A30;
}
</style>
background-color css
<style>
a { background-color: #AF5A30; }
a { background-color: rgb(175,90,48); }
div.DivClassName
{
background-color: #AF5A30;
}
.BgClassName
{
background-color: #AF5A30;
}
</style>
border-color css
<style>
span { border-color: #AF5A30; }
span { border-color: rgb(175,90,48); }
td.TdClassName
{
border-color: #AF5A30;
}
.TagClassName
{
border-color: #AF5A30;
}
</style>