Shades of Fuego #C4D31F
Tints of Fuego #C4D31F
RGB
CMYK
RGB Variations
Color information
#C4D31F (or 0xC4D31F) is known color: Fuego. HEX triplet: C4, D3 and 1F. RGB value is (196,211,31). Sum of RGB (Red+Green+Blue) = 196+211+31=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 211 (82.81% from 255 or 48.17% from 438); Blue value is 31 (12.5% from 255 or 7.08% from 438); Max value from RGB is 211 - color contains mainly: green. Hex color #C4D31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D31F is #3B2CE0. Grayscale: #BABABA. Windows color (decimal): -3878113 or 2085828. OLE color: 2085828.
HSL color Cylindrical-coordinate representation of color #C4D31F: hue angle of 65º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4D31F is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 211 | 31 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.17 |
| HSL | 65º | 0.74% | 0.47% | - |
| HSV(B) | 65º | 0.85% | 0.83% | - |
| XYZ | 46.31 | 58.42 | 10.13 | - |
| YUV | 186 | 40.53 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 211 | 31 | 0.07 | 0 | 0.85 | 0.17 | 65 | 0.74 | 0.47 |
| Hex | C4 | D3 | 1F | 7 | 0 | 55 | 11 | 41 | 4A | 2F |
| Octal | 304 | 323 | 37 | 7 | 0 | 125 | 21 | 101 | 112 | 57 |
| Binary | 11000100 | 11010011 | 11111 | 111 | 0 | 1010101 | 10001 | 1000001 | 1001010 | 101111 |
Color Harmonies of #C4D31F
Complementary color
Monochromatic Colors of #C4D31F
Black with #C4D31F
Text Example
Text Example
White with #C4D31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D31F; }
p { color: rgb(196,211,31); }
H1.HeaderClassName
{
color: #C4D31F;
}
.AnyTagClassName
{
color: #C4D31F;
}
</style>
background-color css
<style>
a { background-color: #C4D31F; }
a { background-color: rgb(196,211,31); }
div.DivClassName
{
background-color: #C4D31F;
}
.BgClassName
{
background-color: #C4D31F;
}
</style>
border-color css
<style>
span { border-color: #C4D31F; }
span { border-color: rgb(196,211,31); }
td.TdClassName
{
border-color: #C4D31F;
}
.TagClassName
{
border-color: #C4D31F;
}
</style>