Html Css Color HEX #FECB7D Chardonnay

📋 copy color: '#FECB7D'

red 254 ◦ green 203 ◦ blue 125

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

Shades of Chardonnay #FECB7D

Tints of Chardonnay #FECB7D

RGB

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

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

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

R = 43.64%
G = 34.88%
B = 21.48%

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

#FECB7D (or 0xFECB7D) is known color: Chardonnay. HEX triplet: FE, CB and 7D. RGB value is (254,203,125). Sum of RGB (Red+Green+Blue) = 254+203+125=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 125 (49.22% from 255 or 21.48% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECB7D is #013482. Grayscale: #D1D1D1. Windows color (decimal): -78979 or 8244222. OLE color: 8244222.

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

Color convert

RGB 254 203 125 -
CMYK 0 0.20 0.51 0.00
HSL 36.28º 0.98% 0.74% -
HSV(B) 36.28º 0.51% 1% -
XYZ 65.93 65.26 28.52 -
YUV 209.36 80.4 159.84 -
System Red Green Blue C M Y K H S L
Decimal 254 203 125 0 0.20 0.51 0.00 36.28 0.98 0.74
Hex FE CB 7D 0 14 33 0 24 62 4A
Octal 376 313 175 0 24 63 0 44 142 112
Binary 11111110 11001011 1111101 0 10100 110011 0 100100 1100010 1001010

Color Harmonies of #FECB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB7D

Black with #FECB7D

Text Example


Text Example

White with #FECB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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