Shades of Fuego #AFDF33
Tints of Fuego #AFDF33
RGB
CMYK
RGB Variations
Color information
#AFDF33 (or 0xAFDF33) is known color: Fuego. HEX triplet: AF, DF and 33. RGB value is (175,223,51). Sum of RGB (Red+Green+Blue) = 175+223+51=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 51 (20.31% from 255 or 11.36% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDF33 is #5020CC. Grayscale: #BDBDBD. Windows color (decimal): -5251277 or 3399599. OLE color: 3399599.
HSL color Cylindrical-coordinate representation of color #AFDF33: hue angle of 76.74º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AFDF33 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 51 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.13 |
| HSL | 76.74º | 0.73% | 0.54% | - |
| HSV(B) | 76.74º | 0.77% | 0.87% | - |
| XYZ | 44.66 | 62.13 | 12.77 | - |
| YUV | 189.04 | 50.1 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 51 | 0.22 | 0 | 0.77 | 0.13 | 76.74 | 0.73 | 0.54 |
| Hex | AF | DF | 33 | 16 | 0 | 4D | D | 4D | 49 | 36 |
| Octal | 257 | 337 | 63 | 26 | 0 | 115 | 15 | 115 | 111 | 66 |
| Binary | 10101111 | 11011111 | 110011 | 10110 | 0 | 1001101 | 1101 | 1001101 | 1001001 | 110110 |
Color Harmonies of #AFDF33
Complementary color
Monochromatic Colors of #AFDF33
Black with #AFDF33
Text Example
Text Example
White with #AFDF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDF33; }
p { color: rgb(175,223,51); }
H1.HeaderClassName
{
color: #AFDF33;
}
.AnyTagClassName
{
color: #AFDF33;
}
</style>
background-color css
<style>
a { background-color: #AFDF33; }
a { background-color: rgb(175,223,51); }
div.DivClassName
{
background-color: #AFDF33;
}
.BgClassName
{
background-color: #AFDF33;
}
</style>
border-color css
<style>
span { border-color: #AFDF33; }
span { border-color: rgb(175,223,51); }
td.TdClassName
{
border-color: #AFDF33;
}
.TagClassName
{
border-color: #AFDF33;
}
</style>