#F5C26E

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

Shades of Chardonnay #F5C26E

Tints of Chardonnay #F5C26E

Color information

#F5C26E (or 0xF5C26E) is unknown color: approx Chardonnay. HEX triplet: F5, C2 and 6E. RGB value is (245,194,110). Sum of RGB (Red+Green+Blue) = 245+194+110=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 110 (43.36% from 255 or 20.04% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C26E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C26E is #0A3D91. Grayscale: #C8C8C8. Windows color (decimal): -671122 or 7258869. OLE color: 7258869.

HSL color Cylindrical-coordinate representation of color #F5C26E: hue angle of 37.33º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F5C26E is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB245194110-
CMYK00.210.550.04
HSL37.33º87.1%69.61%-
HSV(B)37.33º55.1%96.08%-
XYZ59.7659.1223.01-
YUV199.6777.4160.33-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.63%
GREEN value IS 194 (76.17% from 255) = 35.34%
BLUE value IS 110 (43.36% from 255) = 20.04%
R=44.63%
G=35.34%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519411000.210.550.0437.3387.169.61
HexF5C26E015374255746
Octal36530215602567445127106
Binary1111010111000010110111001010111011110010010110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C26E; }

 p { color: rgb(245,194,110); }

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

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

 a { background-color: rgb(245,194,110); }

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

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

 span { border-color: rgb(245,194,110); }

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