#c8d71f

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

Shades of Fuego #C8D71F

Tints of Fuego #C8D71F

Color information

#C8D71F (or 0xC8D71F) is unknown color: approx Fuego. HEX triplet: C8, D7 and 1F. RGB value is (200,215,31). Sum of RGB (Red+Green+Blue) = 200+215+31=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 215 (84.38% from 255 or 48.21% from 446); Blue value is 31 (12.5% from 255 or 6.95% from 446); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D71F is #3728E0. Grayscale: #BEBEBE. Windows color (decimal): -3614945 or 2086856. OLE color: 2086856.

HSL color Cylindrical-coordinate representation of color #C8D71F: hue angle of 64.89º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8D71F is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB20021531-
CMYK0.0700.860.16
HSL64.89º74.8%48.24%-
HSV(B)64.89º85.58%84.31%-
XYZ48.3760.9810.52-
YUV189.5438.53135.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.84%
GREEN value IS 215 (84.38% from 255) = 48.21%
BLUE value IS 31 (12.5% from 255) = 6.95%
R=44.84%
G=48.21%
B=6.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal200215310.0700.860.1664.8974.848.24
HexC8D71F705610414b30
Octal31032737701262010111360
Binary110010001101011111111111010101101000010000011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8d71f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8d71f; }

 p { color: rgb(200,215,31); }

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

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

 a { background-color: rgb(200,215,31); }

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

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

 span { border-color: rgb(200,215,31); }

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