Shades of Fiery Orange #AF5A26
Tints of Fiery Orange #AF5A26
RGB
CMYK
RGB Variations
Color information
#AF5A26 (or 0xAF5A26) is known color: Fiery Orange. HEX triplet: AF, 5A and 26. RGB value is (175,90,38). Sum of RGB (Red+Green+Blue) = 175+90+38=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5A26 is #50A5D9. Grayscale: #6D6D6D. Windows color (decimal): -5285338 or 2513583. OLE color: 2513583.
HSL color Cylindrical-coordinate representation of color #AF5A26: hue angle of 22.77º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF5A26 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 90 | 38 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.31 |
| HSL | 22.77º | 0.64% | 0.42% | - |
| HSV(B) | 22.77º | 0.78% | 0.69% | - |
| XYZ | 21.69 | 16.57 | 3.89 | - |
| YUV | 109.49 | 87.66 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 90 | 38 | 0 | 0.49 | 0.78 | 0.31 | 22.77 | 0.64 | 0.42 |
| Hex | AF | 5A | 26 | 0 | 31 | 4E | 1F | 17 | 40 | 2A |
| Octal | 257 | 132 | 46 | 0 | 61 | 116 | 37 | 27 | 100 | 52 |
| Binary | 10101111 | 1011010 | 100110 | 0 | 110001 | 1001110 | 11111 | 10111 | 1000000 | 101010 |
Color Harmonies of #AF5A26
Complementary color
Monochromatic Colors of #AF5A26
Black with #AF5A26
Text Example
Text Example
White with #AF5A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5A26; }
p { color: rgb(175,90,38); }
H1.HeaderClassName
{
color: #AF5A26;
}
.AnyTagClassName
{
color: #AF5A26;
}
</style>
background-color css
<style>
a { background-color: #AF5A26; }
a { background-color: rgb(175,90,38); }
div.DivClassName
{
background-color: #AF5A26;
}
.BgClassName
{
background-color: #AF5A26;
}
</style>
border-color css
<style>
span { border-color: #AF5A26; }
span { border-color: rgb(175,90,38); }
td.TdClassName
{
border-color: #AF5A26;
}
.TagClassName
{
border-color: #AF5A26;
}
</style>