Html Css Color HEX #FEC27D Chardonnay

📋 copy color: '#FEC27D'

red 254 ◦ green 194 ◦ blue 125

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

Shades of Chardonnay #FEC27D

Tints of Chardonnay #FEC27D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.86%

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

R = 44.33%
G = 33.86%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FEC27D (or 0xFEC27D) is known color: Chardonnay. HEX triplet: FE, C2 and 7D. RGB value is (254,194,125). Sum of RGB (Red+Green+Blue) = 254+194+125=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 125 (49.22% from 255 or 21.82% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC27D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC27D is #013D82. Grayscale: #CCCCCC. Windows color (decimal): -81283 or 8241918. OLE color: 8241918.

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

Color convert

RGB 254 194 125 -
CMYK 0 0.24 0.51 0.00
HSL 32.09º 0.98% 0.74% -
HSV(B) 32.09º 0.51% 1% -
XYZ 63.87 61.14 27.84 -
YUV 204.07 83.38 163.61 -
System Red Green Blue C M Y K H S L
Decimal 254 194 125 0 0.24 0.51 0.00 32.09 0.98 0.74
Hex FE C2 7D 0 18 33 0 20 62 4A
Octal 376 302 175 0 30 63 0 40 142 112
Binary 11111110 11000010 1111101 0 11000 110011 0 100000 1100010 1001010

Color Harmonies of #FEC27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC27D

Black with #FEC27D

Text Example


Text Example

White with #FEC27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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