Shades of Fuego #AFDF31
Tints of Fuego #AFDF31
RGB
CMYK
RGB Variations
Color information
#AFDF31 (or 0xAFDF31) is known color: Fuego. HEX triplet: AF, DF and 31. RGB value is (175,223,49). Sum of RGB (Red+Green+Blue) = 175+223+49=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 49 (19.53% from 255 or 10.96% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDF31 is #5020CE. Grayscale: #BDBDBD. Windows color (decimal): -5251279 or 3268527. OLE color: 3268527.
HSL color Cylindrical-coordinate representation of color #AFDF31: hue angle of 76.55º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFDF31 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 49 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.13 |
| HSL | 76.55º | 0.73% | 0.53% | - |
| HSV(B) | 76.55º | 0.78% | 0.87% | - |
| XYZ | 44.62 | 62.11 | 12.54 | - |
| YUV | 188.81 | 49.1 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 49 | 0.22 | 0 | 0.78 | 0.13 | 76.55 | 0.73 | 0.53 |
| Hex | AF | DF | 31 | 16 | 0 | 4E | D | 4D | 49 | 35 |
| Octal | 257 | 337 | 61 | 26 | 0 | 116 | 15 | 115 | 111 | 65 |
| Binary | 10101111 | 11011111 | 110001 | 10110 | 0 | 1001110 | 1101 | 1001101 | 1001001 | 110101 |
Color Harmonies of #AFDF31
Complementary color
Monochromatic Colors of #AFDF31
Black with #AFDF31
Text Example
Text Example
White with #AFDF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDF31; }
p { color: rgb(175,223,49); }
H1.HeaderClassName
{
color: #AFDF31;
}
.AnyTagClassName
{
color: #AFDF31;
}
</style>
background-color css
<style>
a { background-color: #AFDF31; }
a { background-color: rgb(175,223,49); }
div.DivClassName
{
background-color: #AFDF31;
}
.BgClassName
{
background-color: #AFDF31;
}
</style>
border-color css
<style>
span { border-color: #AFDF31; }
span { border-color: rgb(175,223,49); }
td.TdClassName
{
border-color: #AFDF31;
}
.TagClassName
{
border-color: #AFDF31;
}
</style>