Shades of Fuego #AFC932
Tints of Fuego #AFC932
RGB
CMYK
RGB Variations
Color information
#AFC932 (or 0xAFC932) is known color: Fuego. HEX triplet: AF, C9 and 32. RGB value is (175,201,50). Sum of RGB (Red+Green+Blue) = 175+201+50=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 201 (78.91% from 255 or 47.18% from 426); Blue value is 50 (19.92% from 255 or 11.74% from 426); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC932 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC932 is #5036CD. Grayscale: #B0B0B0. Windows color (decimal): -5256910 or 3328431. OLE color: 3328431.
HSL color Cylindrical-coordinate representation of color #AFC932: hue angle of 70.33º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AFC932 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 50 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.21 |
| HSL | 70.33º | 0.6% | 0.49% | - |
| HSV(B) | 70.33º | 0.75% | 0.79% | - |
| XYZ | 39.14 | 51.12 | 10.82 | - |
| YUV | 176.01 | 56.89 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 50 | 0.13 | 0 | 0.75 | 0.21 | 70.33 | 0.6 | 0.49 |
| Hex | AF | C9 | 32 | D | 0 | 4B | 15 | 46 | 3C | 31 |
| Octal | 257 | 311 | 62 | 15 | 0 | 113 | 25 | 106 | 74 | 61 |
| Binary | 10101111 | 11001001 | 110010 | 1101 | 0 | 1001011 | 10101 | 1000110 | 111100 | 110001 |
Color Harmonies of #AFC932
Complementary color
Monochromatic Colors of #AFC932
Black with #AFC932
Text Example
Text Example
White with #AFC932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC932; }
p { color: rgb(175,201,50); }
H1.HeaderClassName
{
color: #AFC932;
}
.AnyTagClassName
{
color: #AFC932;
}
</style>
background-color css
<style>
a { background-color: #AFC932; }
a { background-color: rgb(175,201,50); }
div.DivClassName
{
background-color: #AFC932;
}
.BgClassName
{
background-color: #AFC932;
}
</style>
border-color css
<style>
span { border-color: #AFC932; }
span { border-color: rgb(175,201,50); }
td.TdClassName
{
border-color: #AFC932;
}
.TagClassName
{
border-color: #AFC932;
}
</style>