Html Css Color HEX #FEC67A Chardonnay

📋 copy color: '#FEC67A'

red 254 ◦ green 198 ◦ blue 122

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

Shades of Chardonnay #FEC67A

Tints of Chardonnay #FEC67A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.25%

R = 44.25%
G = 34.49%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FEC67A (or 0xFEC67A) is known color: Chardonnay. HEX triplet: FE, C6 and 7A. RGB value is (254,198,122). Sum of RGB (Red+Green+Blue) = 254+198+122=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 122 (48.05% from 255 or 21.25% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC67A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC67A is #013985. Grayscale: #CECECE. Windows color (decimal): -80262 or 8046334. OLE color: 8046334.

HSL color Cylindrical-coordinate representation of color #FEC67A: hue angle of 34.55º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEC67A is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 198 122 -
CMYK 0 0.22 0.52 0.00
HSL 34.55º 0.99% 0.74% -
HSV(B) 34.55º 0.52% 1% -
XYZ 64.58 62.86 27.14 -
YUV 206.08 80.55 162.18 -
System Red Green Blue C M Y K H S L
Decimal 254 198 122 0 0.22 0.52 0.00 34.55 0.99 0.74
Hex FE C6 7A 0 16 34 0 23 63 4A
Octal 376 306 172 0 26 64 0 43 143 112
Binary 11111110 11000110 1111010 0 10110 110100 0 100011 1100011 1001010

Color Harmonies of #FEC67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC67A

Black with #FEC67A

Text Example


Text Example

White with #FEC67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC67A; }

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

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

background-color css

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

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

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

border-color css

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

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

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