Shades of Fuego #C8CA2F
Tints of Fuego #C8CA2F
RGB
CMYK
RGB Variations
Color information
#C8CA2F (or 0xC8CA2F) is known color: Fuego. HEX triplet: C8, CA and 2F. RGB value is (200,202,47). Sum of RGB (Red+Green+Blue) = 200+202+47=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 47 (18.75% from 255 or 10.47% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CA2F is #3735D0. Grayscale: #B8B8B8. Windows color (decimal): -3618257 or 3132104. OLE color: 3132104.
HSL color Cylindrical-coordinate representation of color #C8CA2F: hue angle of 60.77º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8CA2F is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 47 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.21 |
| HSL | 60.77º | 0.62% | 0.49% | - |
| HSV(B) | 60.77º | 0.77% | 0.79% | - |
| XYZ | 45.45 | 54.73 | 10.86 | - |
| YUV | 183.73 | 50.84 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 47 | 0.01 | 0 | 0.77 | 0.21 | 60.77 | 0.62 | 0.49 |
| Hex | C8 | CA | 2F | 1 | 0 | 4D | 15 | 3D | 3E | 31 |
| Octal | 310 | 312 | 57 | 1 | 0 | 115 | 25 | 75 | 76 | 61 |
| Binary | 11001000 | 11001010 | 101111 | 1 | 0 | 1001101 | 10101 | 111101 | 111110 | 110001 |
Color Harmonies of #C8CA2F
Complementary color
Monochromatic Colors of #C8CA2F
Black with #C8CA2F
Text Example
Text Example
White with #C8CA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CA2F; }
p { color: rgb(200,202,47); }
H1.HeaderClassName
{
color: #C8CA2F;
}
.AnyTagClassName
{
color: #C8CA2F;
}
</style>
background-color css
<style>
a { background-color: #C8CA2F; }
a { background-color: rgb(200,202,47); }
div.DivClassName
{
background-color: #C8CA2F;
}
.BgClassName
{
background-color: #C8CA2F;
}
</style>
border-color css
<style>
span { border-color: #C8CA2F; }
span { border-color: rgb(200,202,47); }
td.TdClassName
{
border-color: #C8CA2F;
}
.TagClassName
{
border-color: #C8CA2F;
}
</style>