Html Css Color HEX #FEC074 Chardonnay

📋 copy color: '#FEC074'

red 254 ◦ green 192 ◦ blue 116

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

Shades of Chardonnay #FEC074

Tints of Chardonnay #FEC074

RGB

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

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

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

R = 45.2%
G = 34.16%
B = 20.64%

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

#FEC074 (or 0xFEC074) is known color: Chardonnay. HEX triplet: FE, C0 and 74. RGB value is (254,192,116). Sum of RGB (Red+Green+Blue) = 254+192+116=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 116 (45.70% from 255 or 20.64% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC074 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC074 is #013F8B. Grayscale: #CACACA. Windows color (decimal): -81804 or 7651582. OLE color: 7651582.

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

Color convert

RGB 254 192 116 -
CMYK 0 0.24 0.54 0.00
HSL 33.04º 0.99% 0.73% -
HSV(B) 33.04º 0.54% 1% -
XYZ 62.88 60.03 24.8 -
YUV 201.87 79.54 165.18 -
System Red Green Blue C M Y K H S L
Decimal 254 192 116 0 0.24 0.54 0.00 33.04 0.99 0.73
Hex FE C0 74 0 18 36 0 21 63 49
Octal 376 300 164 0 30 66 0 41 143 111
Binary 11111110 11000000 1110100 0 11000 110110 0 100001 1100011 1001001

Color Harmonies of #FEC074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC074

Black with #FEC074

Text Example


Text Example

White with #FEC074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC074; }

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

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

background-color css

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

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

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

border-color css

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

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

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