Html Css Color HEX #F5C26E Chardonnay

📋 copy color: '#F5C26E'

red 245 ◦ green 194 ◦ blue 110

#F5C26E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chardonnay #F5C26E

Tints of Chardonnay #F5C26E

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 value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F5C26E (or 0xF5C26E) is known color: 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

RGB 245 194 110 -
CMYK 0 0.21 0.55 0.04
HSL 37.33º 0.87% 0.7% -
HSV(B) 37.33º 0.55% 0.96% -
XYZ 59.76 59.12 23.01 -
YUV 199.67 77.4 160.33 -
System Red Green Blue C M Y K H S L
Decimal 245 194 110 0 0.21 0.55 0.04 37.33 0.87 0.7
Hex F5 C2 6E 0 15 37 4 25 57 46
Octal 365 302 156 0 25 67 4 45 127 106
Binary 11110101 11000010 1101110 0 10101 110111 100 100101 1010111 1000110

Color Harmonies of #F5C26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C26E

Black with #F5C26E

Text Example


Text Example

White with #F5C26E

Text Example


Text Example

HTML Codes & Css Web 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>