Shades of Fuego #C8CF2F
Tints of Fuego #C8CF2F
RGB
CMYK
RGB Variations
Color information
#C8CF2F (or 0xC8CF2F) is known color: Fuego. HEX triplet: C8, CF and 2F. RGB value is (200,207,47). Sum of RGB (Red+Green+Blue) = 200+207+47=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 47 (18.75% from 255 or 10.35% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CF2F is #3730D0. Grayscale: #BBBBBB. Windows color (decimal): -3616977 or 3133384. OLE color: 3133384.
HSL color Cylindrical-coordinate representation of color #C8CF2F: hue angle of 62.63º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8CF2F is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 207 | 47 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.19 |
| HSL | 62.63º | 0.63% | 0.5% | - |
| HSV(B) | 62.63º | 0.77% | 0.81% | - |
| XYZ | 46.65 | 57.11 | 11.25 | - |
| YUV | 186.67 | 49.18 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 207 | 47 | 0.03 | 0 | 0.77 | 0.19 | 62.63 | 0.63 | 0.5 |
| Hex | C8 | CF | 2F | 3 | 0 | 4D | 13 | 3F | 3F | 32 |
| Octal | 310 | 317 | 57 | 3 | 0 | 115 | 23 | 77 | 77 | 62 |
| Binary | 11001000 | 11001111 | 101111 | 11 | 0 | 1001101 | 10011 | 111111 | 111111 | 110010 |
Color Harmonies of #C8CF2F
Complementary color
Monochromatic Colors of #C8CF2F
Black with #C8CF2F
Text Example
Text Example
White with #C8CF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CF2F; }
p { color: rgb(200,207,47); }
H1.HeaderClassName
{
color: #C8CF2F;
}
.AnyTagClassName
{
color: #C8CF2F;
}
</style>
background-color css
<style>
a { background-color: #C8CF2F; }
a { background-color: rgb(200,207,47); }
div.DivClassName
{
background-color: #C8CF2F;
}
.BgClassName
{
background-color: #C8CF2F;
}
</style>
border-color css
<style>
span { border-color: #C8CF2F; }
span { border-color: rgb(200,207,47); }
td.TdClassName
{
border-color: #C8CF2F;
}
.TagClassName
{
border-color: #C8CF2F;
}
</style>