Shades of Fuego #C4D11F
Tints of Fuego #C4D11F
RGB
CMYK
RGB Variations
Color information
#C4D11F (or 0xC4D11F) is known color: Fuego. HEX triplet: C4, D1 and 1F. RGB value is (196,209,31). Sum of RGB (Red+Green+Blue) = 196+209+31=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 209 (82.03% from 255 or 47.94% from 436); Blue value is 31 (12.5% from 255 or 7.11% from 436); Max value from RGB is 209 - color contains mainly: green. Hex color #C4D11F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D11F is #3B2EE0. Grayscale: #B9B9B9. Windows color (decimal): -3878625 or 2085316. OLE color: 2085316.
HSL color Cylindrical-coordinate representation of color #C4D11F: hue angle of 64.38º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4D11F is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 209 | 31 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.18 |
| HSL | 64.38º | 0.74% | 0.47% | - |
| HSV(B) | 64.38º | 0.85% | 0.82% | - |
| XYZ | 45.81 | 57.44 | 9.97 | - |
| YUV | 184.82 | 41.19 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 209 | 31 | 0.06 | 0 | 0.85 | 0.18 | 64.38 | 0.74 | 0.47 |
| Hex | C4 | D1 | 1F | 6 | 0 | 55 | 12 | 40 | 4A | 2F |
| Octal | 304 | 321 | 37 | 6 | 0 | 125 | 22 | 100 | 112 | 57 |
| Binary | 11000100 | 11010001 | 11111 | 110 | 0 | 1010101 | 10010 | 1000000 | 1001010 | 101111 |
Color Harmonies of #C4D11F
Complementary color
Monochromatic Colors of #C4D11F
Black with #C4D11F
Text Example
Text Example
White with #C4D11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D11F; }
p { color: rgb(196,209,31); }
H1.HeaderClassName
{
color: #C4D11F;
}
.AnyTagClassName
{
color: #C4D11F;
}
</style>
background-color css
<style>
a { background-color: #C4D11F; }
a { background-color: rgb(196,209,31); }
div.DivClassName
{
background-color: #C4D11F;
}
.BgClassName
{
background-color: #C4D11F;
}
</style>
border-color css
<style>
span { border-color: #C4D11F; }
span { border-color: rgb(196,209,31); }
td.TdClassName
{
border-color: #C4D11F;
}
.TagClassName
{
border-color: #C4D11F;
}
</style>