Html Css Color HEX #FEC27E Chardonnay

📋 copy color: '#FEC27E'

red 254 ◦ green 194 ◦ blue 126

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

Shades of Chardonnay #FEC27E

Tints of Chardonnay #FEC27E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.95%

R = 44.25%
G = 33.8%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEC27E (or 0xFEC27E) is known color: Chardonnay. HEX triplet: FE, C2 and 7E. RGB value is (254,194,126). Sum of RGB (Red+Green+Blue) = 254+194+126=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 126 (49.61% from 255 or 21.95% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC27E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC27E is #013D81. Grayscale: #CCCCCC. Windows color (decimal): -81282 or 8307454. OLE color: 8307454.

HSL color Cylindrical-coordinate representation of color #FEC27E: hue angle of 31.88º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FEC27E is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 194 126 -
CMYK 0 0.24 0.50 0.00
HSL 31.88º 0.98% 0.75% -
HSV(B) 31.88º 0.5% 1% -
XYZ 63.93 61.16 28.17 -
YUV 204.19 83.88 163.53 -
System Red Green Blue C M Y K H S L
Decimal 254 194 126 0 0.24 0.50 0.00 31.88 0.98 0.75
Hex FE C2 7E 0 18 32 0 20 62 4B
Octal 376 302 176 0 30 62 0 40 142 113
Binary 11111110 11000010 1111110 0 11000 110010 0 100000 1100010 1001011

Color Harmonies of #FEC27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC27E

Black with #FEC27E

Text Example


Text Example

White with #FEC27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC27E; }

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

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

background-color css

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

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

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

border-color css

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

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

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