Shades of Fuego #AFCB35
Tints of Fuego #AFCB35
RGB
CMYK
RGB Variations
Color information
#AFCB35 (or 0xAFCB35) is known color: Fuego. HEX triplet: AF, CB and 35. RGB value is (175,203,53). Sum of RGB (Red+Green+Blue) = 175+203+53=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 53 (21.09% from 255 or 12.30% from 431); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCB35 is #5034CA. Grayscale: #B2B2B2. Windows color (decimal): -5256395 or 3525551. OLE color: 3525551.
HSL color Cylindrical-coordinate representation of color #AFCB35: hue angle of 71.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFCB35 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 203 | 53 | - |
| CMYK | 0.14 | 0 | 0.74 | 0.20 |
| HSL | 71.2º | 0.59% | 0.5% | - |
| HSV(B) | 71.2º | 0.74% | 0.8% | - |
| XYZ | 39.68 | 52.08 | 11.33 | - |
| YUV | 177.53 | 57.72 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 53 | 0.14 | 0 | 0.74 | 0.20 | 71.2 | 0.59 | 0.5 |
| Hex | AF | CB | 35 | E | 0 | 4A | 14 | 47 | 3B | 32 |
| Octal | 257 | 313 | 65 | 16 | 0 | 112 | 24 | 107 | 73 | 62 |
| Binary | 10101111 | 11001011 | 110101 | 1110 | 0 | 1001010 | 10100 | 1000111 | 111011 | 110010 |
Color Harmonies of #AFCB35
Complementary color
Monochromatic Colors of #AFCB35
Black with #AFCB35
Text Example
Text Example
White with #AFCB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCB35; }
p { color: rgb(175,203,53); }
H1.HeaderClassName
{
color: #AFCB35;
}
.AnyTagClassName
{
color: #AFCB35;
}
</style>
background-color css
<style>
a { background-color: #AFCB35; }
a { background-color: rgb(175,203,53); }
div.DivClassName
{
background-color: #AFCB35;
}
.BgClassName
{
background-color: #AFCB35;
}
</style>
border-color css
<style>
span { border-color: #AFCB35; }
span { border-color: rgb(175,203,53); }
td.TdClassName
{
border-color: #AFCB35;
}
.TagClassName
{
border-color: #AFCB35;
}
</style>