Html Css Color HEX #FEC67F Chardonnay

📋 copy color: '#FEC67F'

red 254 ◦ green 198 ◦ blue 127

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

Shades of Chardonnay #FEC67F

Tints of Chardonnay #FEC67F

RGB

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

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

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

R = 43.87%
G = 34.2%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEC67F (or 0xFEC67F) is known color: Chardonnay. HEX triplet: FE, C6 and 7F. RGB value is (254,198,127). Sum of RGB (Red+Green+Blue) = 254+198+127=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 198 (77.73% from 255 or 34.20% from 579); Blue value is 127 (50% from 255 or 21.93% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC67F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC67F is #013980. Grayscale: #CECECE. Windows color (decimal): -80257 or 8374014. OLE color: 8374014.

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

Color convert

RGB 254 198 127 -
CMYK 0 0.22 0.50 0.00
HSL 33.54º 0.98% 0.75% -
HSV(B) 33.54º 0.5% 1% -
XYZ 64.9 62.99 28.82 -
YUV 206.65 83.05 161.77 -
System Red Green Blue C M Y K H S L
Decimal 254 198 127 0 0.22 0.50 0.00 33.54 0.98 0.75
Hex FE C6 7F 0 16 32 0 22 62 4B
Octal 376 306 177 0 26 62 0 42 142 113
Binary 11111110 11000110 1111111 0 10110 110010 0 100010 1100010 1001011

Color Harmonies of #FEC67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC67F

Black with #FEC67F

Text Example


Text Example

White with #FEC67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC67F; }

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

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

background-color css

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

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

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

border-color css

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

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

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