Html Css Color HEX #FECB7A Chardonnay

📋 copy color: '#FECB7A'

red 254 ◦ green 203 ◦ blue 122

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

Shades of Chardonnay #FECB7A

Tints of Chardonnay #FECB7A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.06%

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

R = 43.87%
G = 35.06%
B = 21.07%

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

#FECB7A (or 0xFECB7A) is known color: Chardonnay. HEX triplet: FE, CB and 7A. RGB value is (254,203,122). Sum of RGB (Red+Green+Blue) = 254+203+122=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 122 (48.05% from 255 or 21.07% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECB7A is #013485. Grayscale: #D1D1D1. Windows color (decimal): -78982 or 8047614. OLE color: 8047614.

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

Color convert

RGB 254 203 122 -
CMYK 0 0.20 0.52 0.00
HSL 36.82º 0.99% 0.74% -
HSV(B) 36.82º 0.52% 1% -
XYZ 65.74 65.19 27.53 -
YUV 209.02 78.9 160.09 -
System Red Green Blue C M Y K H S L
Decimal 254 203 122 0 0.20 0.52 0.00 36.82 0.99 0.74
Hex FE CB 7A 0 14 34 0 25 63 4A
Octal 376 313 172 0 24 64 0 45 143 112
Binary 11111110 11001011 1111010 0 10100 110100 0 100101 1100011 1001010

Color Harmonies of #FECB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB7A

Black with #FECB7A

Text Example


Text Example

White with #FECB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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