Html Css Color HEX #FEC67C Chardonnay

📋 copy color: '#FEC67C'

red 254 ◦ green 198 ◦ blue 124

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

Shades of Chardonnay #FEC67C

Tints of Chardonnay #FEC67C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.38%

 BLUE value IS 124 (48.83% from 255) = 21.53%

R = 44.1%
G = 34.38%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FEC67C (or 0xFEC67C) is known color: Chardonnay. HEX triplet: FE, C6 and 7C. RGB value is (254,198,124). Sum of RGB (Red+Green+Blue) = 254+198+124=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 124 (48.83% from 255 or 21.53% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC67C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC67C is #013983. Grayscale: #CECECE. Windows color (decimal): -80260 or 8177406. OLE color: 8177406.

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

Color convert

RGB 254 198 124 -
CMYK 0 0.22 0.51 0.00
HSL 34.15º 0.98% 0.74% -
HSV(B) 34.15º 0.51% 1% -
XYZ 64.71 62.91 27.8 -
YUV 206.31 81.55 162.02 -
System Red Green Blue C M Y K H S L
Decimal 254 198 124 0 0.22 0.51 0.00 34.15 0.98 0.74
Hex FE C6 7C 0 16 33 0 22 62 4A
Octal 376 306 174 0 26 63 0 42 142 112
Binary 11111110 11000110 1111100 0 10110 110011 0 100010 1100010 1001010

Color Harmonies of #FEC67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC67C

Black with #FEC67C

Text Example


Text Example

White with #FEC67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC67C; }

 p { color: rgb(254,198,124); }

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

background-color css

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

 a { background-color: rgb(254,198,124); }

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

border-color css

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

 span { border-color: rgb(254,198,124); }

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