Html Css Color HEX #FEC071 Chardonnay

📋 copy color: '#FEC071'

red 254 ◦ green 192 ◦ blue 113

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

Shades of Chardonnay #FEC071

Tints of Chardonnay #FEC071

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.35%

 BLUE value IS 113 (44.53% from 255) = 20.21%

R = 45.44%
G = 34.35%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEC071 (or 0xFEC071) is known color: Chardonnay. HEX triplet: FE, C0 and 71. RGB value is (254,192,113). Sum of RGB (Red+Green+Blue) = 254+192+113=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 113 (44.53% from 255 or 20.21% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC071 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC071 is #013F8E. Grayscale: #C9C9C9. Windows color (decimal): -81807 or 7454974. OLE color: 7454974.

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

Color convert

RGB 254 192 113 -
CMYK 0 0.24 0.56 0.00
HSL 33.62º 0.99% 0.72% -
HSV(B) 33.62º 0.56% 1% -
XYZ 62.7 59.96 23.89 -
YUV 201.53 78.04 165.42 -
System Red Green Blue C M Y K H S L
Decimal 254 192 113 0 0.24 0.56 0.00 33.62 0.99 0.72
Hex FE C0 71 0 18 38 0 22 63 48
Octal 376 300 161 0 30 70 0 42 143 110
Binary 11111110 11000000 1110001 0 11000 111000 0 100010 1100011 1001000

Color Harmonies of #FEC071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC071

Black with #FEC071

Text Example


Text Example

White with #FEC071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC071; }

 p { color: rgb(254,192,113); }

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

background-color css

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

 a { background-color: rgb(254,192,113); }

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

border-color css

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

 span { border-color: rgb(254,192,113); }

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