#C4C82F

Color #C4C82F Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #C4C82F

Tints of Fuego #C4C82F

Color information

#C4C82F (or 0xC4C82F) is unknown color: approx Fuego. HEX triplet: C4, C8 and 2F. RGB value is (196,200,47). Sum of RGB (Red+Green+Blue) = 196+200+47=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 47 (18.75% from 255 or 10.61% from 443); Max value from RGB is 200 - color contains mainly: green. Hex color #C4C82F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C82F is #3B37D0. Grayscale: #B5B5B5. Windows color (decimal): -3880913 or 3131588. OLE color: 3131588.

HSL color Cylindrical-coordinate representation of color #C4C82F: hue angle of 61.57º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C4C82F is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB19620047-
CMYK0.0200.760.22
HSL61.57º61.94%48.43%-
HSV(B)61.57º76.5%78.43%-
XYZ43.9353.2510.65-
YUV181.3652.17138.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 44.24%
GREEN value IS 200 (78.52% from 255) = 45.15%
BLUE value IS 47 (18.75% from 255) = 10.61%
R=44.24%
G=45.15%
B=10.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal196200470.0200.760.2261.5761.9448.43
HexC4C82F204C163e3e30
Octal304310572011426767660
Binary1100010011001000101111100100110010110111110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C82F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C82F; }

 p { color: rgb(196,200,47); }

 H1.HeaderClassName
 {
   color: #C4C82F;
 }
 .AnyTagClassName
 {
   color: #C4C82F;
 }
</style>
background-color css

<style>
 a { background-color: #C4C82F; }

 a { background-color: rgb(196,200,47); }

 div.DivClassName
 {
   background-color: #C4C82F;
 }
 .BgClassName
 {
   background-color: #C4C82F;
 }
</style>
border-color css

<style>
 span { border-color: #C4C82F; }

 span { border-color: rgb(196,200,47); }

 td.TdClassName
 {
   border-color: #C4C82F;
 }
 .TagClassName
 {
   border-color: #C4C82F;
 }
</style>