Html Css Color HEX #FEC26E Chardonnay

📋 copy color: '#FEC26E'

red 254 ◦ green 194 ◦ blue 110

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

Shades of Chardonnay #FEC26E

Tints of Chardonnay #FEC26E

RGB

 RED value IS 254 (99.61% from 255) = 45.52%

 GREEN value IS 194 (76.17% from 255) = 34.77%

 BLUE value IS 110 (43.36% from 255) = 19.71%

R = 45.52%
G = 34.77%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FEC26E (or 0xFEC26E) is known color: Chardonnay. HEX triplet: FE, C2 and 6E. RGB value is (254,194,110). Sum of RGB (Red+Green+Blue) = 254+194+110=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 110 (43.36% from 255 or 19.71% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC26E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC26E is #013D91. Grayscale: #CACACA. Windows color (decimal): -81298 or 7258878. OLE color: 7258878.

HSL color Cylindrical-coordinate representation of color #FEC26E: hue angle of 35º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEC26E is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 194 110 -
CMYK 0 0.24 0.57 0.00
HSL 35º 0.99% 0.71% -
HSV(B) 35º 0.57% 1% -
XYZ 62.98 60.78 23.16 -
YUV 202.36 75.88 164.83 -
System Red Green Blue C M Y K H S L
Decimal 254 194 110 0 0.24 0.57 0.00 35 0.99 0.71
Hex FE C2 6E 0 18 39 0 23 63 47
Octal 376 302 156 0 30 71 0 43 143 107
Binary 11111110 11000010 1101110 0 11000 111001 0 100011 1100011 1000111

Color Harmonies of #FEC26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC26E

Black with #FEC26E

Text Example


Text Example

White with #FEC26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC26E; }

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

 H1.HeaderClassName
 {
   color: #FEC26E;
 }
 .AnyTagClassName
 {
   color: #FEC26E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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