Html Css Color HEX #FEC374 Chardonnay

📋 copy color: '#FEC374'

red 254 ◦ green 195 ◦ blue 116

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

Shades of Chardonnay #FEC374

Tints of Chardonnay #FEC374

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.51%

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

R = 44.96%
G = 34.51%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FEC374 (or 0xFEC374) is known color: Chardonnay. HEX triplet: FE, C3 and 74. RGB value is (254,195,116). Sum of RGB (Red+Green+Blue) = 254+195+116=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 195 (76.56% from 255 or 34.51% from 565); Blue value is 116 (45.70% from 255 or 20.53% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC374 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC374 is #013C8B. Grayscale: #CCCCCC. Windows color (decimal): -81036 or 7652350. OLE color: 7652350.

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

Color convert

RGB 254 195 116 -
CMYK 0 0.23 0.54 0.00
HSL 34.35º 0.99% 0.73% -
HSV(B) 34.35º 0.54% 1% -
XYZ 63.54 61.36 25.02 -
YUV 203.64 78.55 163.92 -
System Red Green Blue C M Y K H S L
Decimal 254 195 116 0 0.23 0.54 0.00 34.35 0.99 0.73
Hex FE C3 74 0 17 36 0 22 63 49
Octal 376 303 164 0 27 66 0 42 143 111
Binary 11111110 11000011 1110100 0 10111 110110 0 100010 1100011 1001001

Color Harmonies of #FEC374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC374

Black with #FEC374

Text Example


Text Example

White with #FEC374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC374; }

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

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

background-color css

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

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

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

border-color css

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

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

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