Html Css Color HEX #FEC375 Chardonnay

📋 copy color: '#FEC375'

red 254 ◦ green 195 ◦ blue 117

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

Shades of Chardonnay #FEC375

Tints of Chardonnay #FEC375

RGB

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

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

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

R = 44.88%
G = 34.45%
B = 20.67%

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

#FEC375 (or 0xFEC375) is known color: Chardonnay. HEX triplet: FE, C3 and 75. RGB value is (254,195,117). Sum of RGB (Red+Green+Blue) = 254+195+117=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 195 (76.56% from 255 or 34.45% from 566); Blue value is 117 (46.09% from 255 or 20.67% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC375 is #013C8A. Grayscale: #CCCCCC. Windows color (decimal): -81035 or 7717886. OLE color: 7717886.

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

Color convert

RGB 254 195 117 -
CMYK 0 0.23 0.54 0.00
HSL 34.16º 0.99% 0.73% -
HSV(B) 34.16º 0.54% 1% -
XYZ 63.6 61.39 25.33 -
YUV 203.75 79.05 163.84 -
System Red Green Blue C M Y K H S L
Decimal 254 195 117 0 0.23 0.54 0.00 34.16 0.99 0.73
Hex FE C3 75 0 17 36 0 22 63 49
Octal 376 303 165 0 27 66 0 42 143 111
Binary 11111110 11000011 1110101 0 10111 110110 0 100010 1100011 1001001

Color Harmonies of #FEC375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC375

Black with #FEC375

Text Example


Text Example

White with #FEC375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC375; }

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

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

background-color css

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

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

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

border-color css

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

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

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