Shades of Fuego #AFC934
Tints of Fuego #AFC934
RGB
CMYK
RGB Variations
Color information
#AFC934 (or 0xAFC934) is known color: Fuego. HEX triplet: AF, C9 and 34. RGB value is (175,201,52). Sum of RGB (Red+Green+Blue) = 175+201+52=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 201 (78.91% from 255 or 46.96% from 428); Blue value is 52 (20.70% from 255 or 12.15% from 428); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC934 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC934 is #5036CB. Grayscale: #B0B0B0. Windows color (decimal): -5256908 or 3459503. OLE color: 3459503.
HSL color Cylindrical-coordinate representation of color #AFC934: hue angle of 70.47º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFC934 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 52 | - |
| CMYK | 0.13 | 0 | 0.74 | 0.21 |
| HSL | 70.47º | 0.59% | 0.5% | - |
| HSV(B) | 70.47º | 0.74% | 0.79% | - |
| XYZ | 39.19 | 51.14 | 11.05 | - |
| YUV | 176.24 | 57.89 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 52 | 0.13 | 0 | 0.74 | 0.21 | 70.47 | 0.59 | 0.5 |
| Hex | AF | C9 | 34 | D | 0 | 4A | 15 | 46 | 3B | 32 |
| Octal | 257 | 311 | 64 | 15 | 0 | 112 | 25 | 106 | 73 | 62 |
| Binary | 10101111 | 11001001 | 110100 | 1101 | 0 | 1001010 | 10101 | 1000110 | 111011 | 110010 |
Color Harmonies of #AFC934
Complementary color
Monochromatic Colors of #AFC934
Black with #AFC934
Text Example
Text Example
White with #AFC934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC934; }
p { color: rgb(175,201,52); }
H1.HeaderClassName
{
color: #AFC934;
}
.AnyTagClassName
{
color: #AFC934;
}
</style>
background-color css
<style>
a { background-color: #AFC934; }
a { background-color: rgb(175,201,52); }
div.DivClassName
{
background-color: #AFC934;
}
.BgClassName
{
background-color: #AFC934;
}
</style>
border-color css
<style>
span { border-color: #AFC934; }
span { border-color: rgb(175,201,52); }
td.TdClassName
{
border-color: #AFC934;
}
.TagClassName
{
border-color: #AFC934;
}
</style>