Html Css Color HEX #FECA7A Chardonnay

📋 copy color: '#FECA7A'

red 254 ◦ green 202 ◦ blue 122

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

Shades of Chardonnay #FECA7A

Tints of Chardonnay #FECA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.11%

R = 43.94%
G = 34.95%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FECA7A (or 0xFECA7A) is known color: Chardonnay. HEX triplet: FE, CA and 7A. RGB value is (254,202,122). Sum of RGB (Red+Green+Blue) = 254+202+122=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 122 (48.05% from 255 or 21.11% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECA7A is #013585. Grayscale: #D0D0D0. Windows color (decimal): -79238 or 8047358. OLE color: 8047358.

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

Color convert

RGB 254 202 122 -
CMYK 0 0.20 0.52 0.00
HSL 36.36º 0.99% 0.74% -
HSV(B) 36.36º 0.52% 1% -
XYZ 65.51 64.72 27.45 -
YUV 208.43 79.23 160.5 -
System Red Green Blue C M Y K H S L
Decimal 254 202 122 0 0.20 0.52 0.00 36.36 0.99 0.74
Hex FE CA 7A 0 14 34 0 24 63 4A
Octal 376 312 172 0 24 64 0 44 143 112
Binary 11111110 11001010 1111010 0 10100 110100 0 100100 1100011 1001010

Color Harmonies of #FECA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA7A

Black with #FECA7A

Text Example


Text Example

White with #FECA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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