Shades of Fuego #AFCA32
Tints of Fuego #AFCA32
RGB
CMYK
RGB Variations
Color information
#AFCA32 (or 0xAFCA32) is known color: Fuego. HEX triplet: AF, CA and 32. RGB value is (175,202,50). Sum of RGB (Red+Green+Blue) = 175+202+50=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 50 (19.92% from 255 or 11.71% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCA32 is #5035CD. Grayscale: #B1B1B1. Windows color (decimal): -5256654 or 3328687. OLE color: 3328687.
HSL color Cylindrical-coordinate representation of color #AFCA32: hue angle of 70.66º 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 #AFCA32 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 202 | 50 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.21 |
| HSL | 70.66º | 0.6% | 0.49% | - |
| HSV(B) | 70.66º | 0.75% | 0.79% | - |
| XYZ | 39.38 | 51.59 | 10.9 | - |
| YUV | 176.6 | 56.55 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 202 | 50 | 0.13 | 0 | 0.75 | 0.21 | 70.66 | 0.6 | 0.49 |
| Hex | AF | CA | 32 | D | 0 | 4B | 15 | 47 | 3C | 31 |
| Octal | 257 | 312 | 62 | 15 | 0 | 113 | 25 | 107 | 74 | 61 |
| Binary | 10101111 | 11001010 | 110010 | 1101 | 0 | 1001011 | 10101 | 1000111 | 111100 | 110001 |
Color Harmonies of #AFCA32
Complementary color
Monochromatic Colors of #AFCA32
Black with #AFCA32
Text Example
Text Example
White with #AFCA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCA32; }
p { color: rgb(175,202,50); }
H1.HeaderClassName
{
color: #AFCA32;
}
.AnyTagClassName
{
color: #AFCA32;
}
</style>
background-color css
<style>
a { background-color: #AFCA32; }
a { background-color: rgb(175,202,50); }
div.DivClassName
{
background-color: #AFCA32;
}
.BgClassName
{
background-color: #AFCA32;
}
</style>
border-color css
<style>
span { border-color: #AFCA32; }
span { border-color: rgb(175,202,50); }
td.TdClassName
{
border-color: #AFCA32;
}
.TagClassName
{
border-color: #AFCA32;
}
</style>