Html Css Color HEX #FECB7E Chardonnay

📋 copy color: '#FECB7E'

red 254 ◦ green 203 ◦ blue 126

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

Shades of Chardonnay #FECB7E

Tints of Chardonnay #FECB7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.61%

R = 43.57%
G = 34.82%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FECB7E (or 0xFECB7E) is known color: Chardonnay. HEX triplet: FE, CB and 7E. RGB value is (254,203,126). Sum of RGB (Red+Green+Blue) = 254+203+126=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 126 (49.61% from 255 or 21.61% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECB7E is #013481. Grayscale: #D1D1D1. Windows color (decimal): -78978 or 8309758. OLE color: 8309758.

HSL color Cylindrical-coordinate representation of color #FECB7E: hue angle of 36.09º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FECB7E is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 203 126 -
CMYK 0 0.20 0.50 0.00
HSL 36.09º 0.98% 0.75% -
HSV(B) 36.09º 0.5% 1% -
XYZ 65.99 65.29 28.86 -
YUV 209.47 80.9 159.76 -
System Red Green Blue C M Y K H S L
Decimal 254 203 126 0 0.20 0.50 0.00 36.09 0.98 0.75
Hex FE CB 7E 0 14 32 0 24 62 4B
Octal 376 313 176 0 24 62 0 44 142 113
Binary 11111110 11001011 1111110 0 10100 110010 0 100100 1100010 1001011

Color Harmonies of #FECB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB7E

Black with #FECB7E

Text Example


Text Example

White with #FECB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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