Shades of Fuego #AFCA33
Tints of Fuego #AFCA33
RGB
CMYK
RGB Variations
Color information
#AFCA33 (or 0xAFCA33) is known color: Fuego. HEX triplet: AF, CA and 33. RGB value is (175,202,51). Sum of RGB (Red+Green+Blue) = 175+202+51=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 51 (20.31% from 255 or 11.92% from 428); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCA33 is #5035CC. Grayscale: #B1B1B1. Windows color (decimal): -5256653 or 3394223. OLE color: 3394223.
HSL color Cylindrical-coordinate representation of color #AFCA33: hue angle of 70.73º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AFCA33 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 202 | 51 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.21 |
| HSL | 70.73º | 0.6% | 0.5% | - |
| HSV(B) | 70.73º | 0.75% | 0.79% | - |
| XYZ | 39.4 | 51.59 | 11.01 | - |
| YUV | 176.71 | 57.05 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 202 | 51 | 0.13 | 0 | 0.75 | 0.21 | 70.73 | 0.6 | 0.5 |
| Hex | AF | CA | 33 | D | 0 | 4B | 15 | 47 | 3C | 32 |
| Octal | 257 | 312 | 63 | 15 | 0 | 113 | 25 | 107 | 74 | 62 |
| Binary | 10101111 | 11001010 | 110011 | 1101 | 0 | 1001011 | 10101 | 1000111 | 111100 | 110010 |
Color Harmonies of #AFCA33
Complementary color
Monochromatic Colors of #AFCA33
Black with #AFCA33
Text Example
Text Example
White with #AFCA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCA33; }
p { color: rgb(175,202,51); }
H1.HeaderClassName
{
color: #AFCA33;
}
.AnyTagClassName
{
color: #AFCA33;
}
</style>
background-color css
<style>
a { background-color: #AFCA33; }
a { background-color: rgb(175,202,51); }
div.DivClassName
{
background-color: #AFCA33;
}
.BgClassName
{
background-color: #AFCA33;
}
</style>
border-color css
<style>
span { border-color: #AFCA33; }
span { border-color: rgb(175,202,51); }
td.TdClassName
{
border-color: #AFCA33;
}
.TagClassName
{
border-color: #AFCA33;
}
</style>