Html Css Color HEX #FEC27C Chardonnay

📋 copy color: '#FEC27C'

red 254 ◦ green 194 ◦ blue 124

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

Shades of Chardonnay #FEC27C

Tints of Chardonnay #FEC27C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.68%

R = 44.41%
G = 33.92%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FEC27C (or 0xFEC27C) is known color: Chardonnay. HEX triplet: FE, C2 and 7C. RGB value is (254,194,124). Sum of RGB (Red+Green+Blue) = 254+194+124=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 124 (48.83% from 255 or 21.68% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC27C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC27C is #013D83. Grayscale: #CCCCCC. Windows color (decimal): -81284 or 8176382. OLE color: 8176382.

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

Color convert

RGB 254 194 124 -
CMYK 0 0.24 0.51 0.00
HSL 32.31º 0.98% 0.74% -
HSV(B) 32.31º 0.51% 1% -
XYZ 63.8 61.11 27.5 -
YUV 203.96 82.88 163.69 -
System Red Green Blue C M Y K H S L
Decimal 254 194 124 0 0.24 0.51 0.00 32.31 0.98 0.74
Hex FE C2 7C 0 18 33 0 20 62 4A
Octal 376 302 174 0 30 63 0 40 142 112
Binary 11111110 11000010 1111100 0 11000 110011 0 100000 1100010 1001010

Color Harmonies of #FEC27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC27C

Black with #FEC27C

Text Example


Text Example

White with #FEC27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC27C; }

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

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

background-color css

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

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

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

border-color css

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

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

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