Html Css Color HEX #FECA7C Chardonnay

📋 copy color: '#FECA7C'

red 254 ◦ green 202 ◦ blue 124

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

Shades of Chardonnay #FECA7C

Tints of Chardonnay #FECA7C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.83%

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

R = 43.79%
G = 34.83%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FECA7C (or 0xFECA7C) is known color: Chardonnay. HEX triplet: FE, CA and 7C. RGB value is (254,202,124). Sum of RGB (Red+Green+Blue) = 254+202+124=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 124 (48.83% from 255 or 21.38% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECA7C is #013583. Grayscale: #D1D1D1. Windows color (decimal): -79236 or 8178430. OLE color: 8178430.

HSL color Cylindrical-coordinate representation of color #FECA7C: hue angle of 36º 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 #FECA7C is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 202 124 -
CMYK 0 0.20 0.51 0.00
HSL 36º 0.98% 0.74% -
HSV(B) 36º 0.51% 1% -
XYZ 65.63 64.77 28.11 -
YUV 208.66 80.23 160.34 -
System Red Green Blue C M Y K H S L
Decimal 254 202 124 0 0.20 0.51 0.00 36 0.98 0.74
Hex FE CA 7C 0 14 33 0 24 62 4A
Octal 376 312 174 0 24 63 0 44 142 112
Binary 11111110 11001010 1111100 0 10100 110011 0 100100 1100010 1001010

Color Harmonies of #FECA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA7C

Black with #FECA7C

Text Example


Text Example

White with #FECA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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