Html Css Color HEX #FEC274 Chardonnay

📋 copy color: '#FEC274'

red 254 ◦ green 194 ◦ blue 116

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

Shades of Chardonnay #FEC274

Tints of Chardonnay #FEC274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.57%

R = 45.04%
G = 34.4%
B = 20.57%

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

#FEC274 (or 0xFEC274) is known color: Chardonnay. HEX triplet: FE, C2 and 74. RGB value is (254,194,116). Sum of RGB (Red+Green+Blue) = 254+194+116=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 116 (45.70% from 255 or 20.57% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC274 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC274 is #013D8B. Grayscale: #CBCBCB. Windows color (decimal): -81292 or 7652094. OLE color: 7652094.

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

Color convert

RGB 254 194 116 -
CMYK 0 0.24 0.54 0.00
HSL 33.91º 0.99% 0.73% -
HSV(B) 33.91º 0.54% 1% -
XYZ 63.32 60.92 24.94 -
YUV 203.05 78.88 164.34 -
System Red Green Blue C M Y K H S L
Decimal 254 194 116 0 0.24 0.54 0.00 33.91 0.99 0.73
Hex FE C2 74 0 18 36 0 22 63 49
Octal 376 302 164 0 30 66 0 42 143 111
Binary 11111110 11000010 1110100 0 11000 110110 0 100010 1100011 1001001

Color Harmonies of #FEC274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC274

Black with #FEC274

Text Example


Text Example

White with #FEC274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC274; }

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

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

background-color css

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

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

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

border-color css

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

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

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