Html Css Color HEX #FEC275 Chardonnay

📋 copy color: '#FEC275'

red 254 ◦ green 194 ◦ blue 117

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

Shades of Chardonnay #FEC275

Tints of Chardonnay #FEC275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.71%

R = 44.96%
G = 34.34%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FEC275 (or 0xFEC275) is known color: Chardonnay. HEX triplet: FE, C2 and 75. RGB value is (254,194,117). Sum of RGB (Red+Green+Blue) = 254+194+117=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 117 (46.09% from 255 or 20.71% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC275 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC275 is #013D8A. Grayscale: #CBCBCB. Windows color (decimal): -81291 or 7717630. OLE color: 7717630.

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

Color convert

RGB 254 194 117 -
CMYK 0 0.24 0.54 0.00
HSL 33.72º 0.99% 0.73% -
HSV(B) 33.72º 0.54% 1% -
XYZ 63.38 60.94 25.25 -
YUV 203.16 79.38 164.26 -
System Red Green Blue C M Y K H S L
Decimal 254 194 117 0 0.24 0.54 0.00 33.72 0.99 0.73
Hex FE C2 75 0 18 36 0 22 63 49
Octal 376 302 165 0 30 66 0 42 143 111
Binary 11111110 11000010 1110101 0 11000 110110 0 100010 1100011 1001001

Color Harmonies of #FEC275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC275

Black with #FEC275

Text Example


Text Example

White with #FEC275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC275; }

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

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

background-color css

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

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

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

border-color css

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

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

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