Html Css Color HEX #FECC7D Chardonnay

📋 copy color: '#FECC7D'

red 254 ◦ green 204 ◦ blue 125

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

Shades of Chardonnay #FECC7D

Tints of Chardonnay #FECC7D

RGB

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

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

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

R = 43.57%
G = 34.99%
B = 21.44%

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

#FECC7D (or 0xFECC7D) is known color: Chardonnay. HEX triplet: FE, CC and 7D. RGB value is (254,204,125). Sum of RGB (Red+Green+Blue) = 254+204+125=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 125 (49.22% from 255 or 21.44% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECC7D is #013382. Grayscale: #D2D2D2. Windows color (decimal): -78723 or 8244478. OLE color: 8244478.

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

Color convert

RGB 254 204 125 -
CMYK 0 0.20 0.51 0.00
HSL 36.74º 0.98% 0.74% -
HSV(B) 36.74º 0.51% 1% -
XYZ 66.17 65.74 28.6 -
YUV 209.94 80.07 159.42 -
System Red Green Blue C M Y K H S L
Decimal 254 204 125 0 0.20 0.51 0.00 36.74 0.98 0.74
Hex FE CC 7D 0 14 33 0 25 62 4A
Octal 376 314 175 0 24 63 0 45 142 112
Binary 11111110 11001100 1111101 0 10100 110011 0 100101 1100010 1001010

Color Harmonies of #FECC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECC7D

Black with #FECC7D

Text Example


Text Example

White with #FECC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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