Html Css Color HEX #FECC7F Chardonnay

📋 copy color: '#FECC7F'

red 254 ◦ green 204 ◦ blue 127

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

Shades of Chardonnay #FECC7F

Tints of Chardonnay #FECC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.71%

R = 43.42%
G = 34.87%
B = 21.71%

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

#FECC7F (or 0xFECC7F) is known color: Chardonnay. HEX triplet: FE, CC and 7F. RGB value is (254,204,127). Sum of RGB (Red+Green+Blue) = 254+204+127=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 127 (50% from 255 or 21.71% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECC7F is #013380. Grayscale: #D2D2D2. Windows color (decimal): -78721 or 8375550. OLE color: 8375550.

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

Color convert

RGB 254 204 127 -
CMYK 0 0.20 0.50 0.00
HSL 36.38º 0.98% 0.75% -
HSV(B) 36.38º 0.5% 1% -
XYZ 66.3 65.79 29.28 -
YUV 210.17 81.07 159.26 -
System Red Green Blue C M Y K H S L
Decimal 254 204 127 0 0.20 0.50 0.00 36.38 0.98 0.75
Hex FE CC 7F 0 14 32 0 24 62 4B
Octal 376 314 177 0 24 62 0 44 142 113
Binary 11111110 11001100 1111111 0 10100 110010 0 100100 1100010 1001011

Color Harmonies of #FECC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECC7F

Black with #FECC7F

Text Example


Text Example

White with #FECC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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