Shades of Fuego #AFCF32
Tints of Fuego #AFCF32
RGB
CMYK
RGB Variations
Color information
#AFCF32 (or 0xAFCF32) is known color: Fuego. HEX triplet: AF, CF and 32. RGB value is (175,207,50). Sum of RGB (Red+Green+Blue) = 175+207+50=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 207 (81.25% from 255 or 47.92% from 432); Blue value is 50 (19.92% from 255 or 11.57% from 432); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCF32 is #5030CD. Grayscale: #B4B4B4. Windows color (decimal): -5255374 or 3329967. OLE color: 3329967.
HSL color Cylindrical-coordinate representation of color #AFCF32: hue angle of 72.23º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFCF32 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 207 | 50 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.19 |
| HSL | 72.23º | 0.62% | 0.5% | - |
| HSV(B) | 72.23º | 0.76% | 0.81% | - |
| XYZ | 40.57 | 53.97 | 11.3 | - |
| YUV | 179.53 | 54.9 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 207 | 50 | 0.15 | 0 | 0.76 | 0.19 | 72.23 | 0.62 | 0.5 |
| Hex | AF | CF | 32 | F | 0 | 4C | 13 | 48 | 3E | 32 |
| Octal | 257 | 317 | 62 | 17 | 0 | 114 | 23 | 110 | 76 | 62 |
| Binary | 10101111 | 11001111 | 110010 | 1111 | 0 | 1001100 | 10011 | 1001000 | 111110 | 110010 |
Color Harmonies of #AFCF32
Complementary color
Monochromatic Colors of #AFCF32
Black with #AFCF32
Text Example
Text Example
White with #AFCF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCF32; }
p { color: rgb(175,207,50); }
H1.HeaderClassName
{
color: #AFCF32;
}
.AnyTagClassName
{
color: #AFCF32;
}
</style>
background-color css
<style>
a { background-color: #AFCF32; }
a { background-color: rgb(175,207,50); }
div.DivClassName
{
background-color: #AFCF32;
}
.BgClassName
{
background-color: #AFCF32;
}
</style>
border-color css
<style>
span { border-color: #AFCF32; }
span { border-color: rgb(175,207,50); }
td.TdClassName
{
border-color: #AFCF32;
}
.TagClassName
{
border-color: #AFCF32;
}
</style>