Html Css Color HEX #FECC7A Chardonnay

📋 copy color: '#FECC7A'

red 254 ◦ green 204 ◦ blue 122

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

Shades of Chardonnay #FECC7A

Tints of Chardonnay #FECC7A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.17%

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

R = 43.79%
G = 35.17%
B = 21.03%

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

#FECC7A (or 0xFECC7A) is known color: Chardonnay. HEX triplet: FE, CC and 7A. RGB value is (254,204,122). Sum of RGB (Red+Green+Blue) = 254+204+122=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 122 (48.05% from 255 or 21.03% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECC7A is #013385. Grayscale: #D1D1D1. Windows color (decimal): -78726 or 8047870. OLE color: 8047870.

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

Color convert

RGB 254 204 122 -
CMYK 0 0.20 0.52 0.00
HSL 37.27º 0.99% 0.74% -
HSV(B) 37.27º 0.52% 1% -
XYZ 65.98 65.66 27.61 -
YUV 209.6 78.57 159.67 -
System Red Green Blue C M Y K H S L
Decimal 254 204 122 0 0.20 0.52 0.00 37.27 0.99 0.74
Hex FE CC 7A 0 14 34 0 25 63 4A
Octal 376 314 172 0 24 64 0 45 143 112
Binary 11111110 11001100 1111010 0 10100 110100 0 100101 1100011 1001010

Color Harmonies of #FECC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECC7A

Black with #FECC7A

Text Example


Text Example

White with #FECC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECC7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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