#FFC874

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

Shades of Chardonnay #FFC874

Tints of Chardonnay #FFC874

Color information

#FFC874 (or 0xFFC874) is unknown color: approx Chardonnay. HEX triplet: FF, C8 and 74. RGB value is (255,200,116). Sum of RGB (Red+Green+Blue) = 255+200+116=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 116 (45.70% from 255 or 20.32% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC874 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC874 is #00378B. Grayscale: #CFCFCF. Windows color (decimal): -14220 or 7653631. OLE color: 7653631.

HSL color Cylindrical-coordinate representation of color #FFC874: hue angle of 36.26º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFC874 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB255200116-
CMYK00.220.550
HSL36.26º100%72.75%-
HSV(B)36.26º54.51%100%-
XYZ65.0563.8325.41-
YUV206.8776.72162.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.66%
GREEN value IS 200 (78.52% from 255) = 35.03%
BLUE value IS 116 (45.70% from 255) = 20.32%
R=44.66%
G=35.03%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520011600.220.55036.2610072.75
HexFFC874016370246449
Octal37731016402667044144111
Binary11111111110010001110100010110110111010010011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC874; }

 p { color: rgb(255,200,116); }

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

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

 a { background-color: rgb(255,200,116); }

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

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

 span { border-color: rgb(255,200,116); }

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