#F9C280

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

Shades of Chardonnay #F9C280

Tints of Chardonnay #F9C280

Color information

#F9C280 (or 0xF9C280) is unknown color: approx Chardonnay. HEX triplet: F9, C2 and 80. RGB value is (249,194,128). Sum of RGB (Red+Green+Blue) = 249+194+128=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 128 (50.39% from 255 or 22.42% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C280 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C280 is #063D7F. Grayscale: #CBCBCB. Windows color (decimal): -408960 or 8438521. OLE color: 8438521.

HSL color Cylindrical-coordinate representation of color #F9C280: hue angle of 32.73º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F9C280 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB249194128-
CMYK00.220.490.02
HSL32.73º90.98%73.92%-
HSV(B)32.73º48.59%97.65%-
XYZ62.2560.2828.78-
YUV202.9285.72160.87-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.61%
GREEN value IS 194 (76.17% from 255) = 33.98%
BLUE value IS 128 (50.39% from 255) = 22.42%
R=43.61%
G=33.98%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919412800.220.490.0232.7390.9873.92
HexF9C280016312215b4a
Octal37130220002661241133112
Binary1111100111000010100000000101101100011010000110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C280; }

 p { color: rgb(249,194,128); }

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

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

 a { background-color: rgb(249,194,128); }

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

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

 span { border-color: rgb(249,194,128); }

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