Html Css Color HEX #FECA7D Chardonnay

📋 copy color: '#FECA7D'

red 254 ◦ green 202 ◦ blue 125

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

Shades of Chardonnay #FECA7D

Tints of Chardonnay #FECA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.51%

R = 43.72%
G = 34.77%
B = 21.51%

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

#FECA7D (or 0xFECA7D) is known color: Chardonnay. HEX triplet: FE, CA and 7D. RGB value is (254,202,125). Sum of RGB (Red+Green+Blue) = 254+202+125=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 125 (49.22% from 255 or 21.51% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECA7D is #013582. Grayscale: #D1D1D1. Windows color (decimal): -79235 or 8243966. OLE color: 8243966.

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

Color convert

RGB 254 202 125 -
CMYK 0 0.20 0.51 0.00
HSL 35.81º 0.98% 0.74% -
HSV(B) 35.81º 0.51% 1% -
XYZ 65.7 64.79 28.45 -
YUV 208.77 80.73 160.26 -
System Red Green Blue C M Y K H S L
Decimal 254 202 125 0 0.20 0.51 0.00 35.81 0.98 0.74
Hex FE CA 7D 0 14 33 0 24 62 4A
Octal 376 312 175 0 24 63 0 44 142 112
Binary 11111110 11001010 1111101 0 10100 110011 0 100100 1100010 1001010

Color Harmonies of #FECA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA7D

Black with #FECA7D

Text Example


Text Example

White with #FECA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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