Html Css Color HEX #FEC475 Chardonnay

📋 copy color: '#FEC475'

red 254 ◦ green 196 ◦ blue 117

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

Shades of Chardonnay #FEC475

Tints of Chardonnay #FEC475

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.57%

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

R = 44.8%
G = 34.57%
B = 20.63%

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

#FEC475 (or 0xFEC475) is known color: Chardonnay. HEX triplet: FE, C4 and 75. RGB value is (254,196,117). Sum of RGB (Red+Green+Blue) = 254+196+117=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 117 (46.09% from 255 or 20.63% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC475 is #013B8A. Grayscale: #CCCCCC. Windows color (decimal): -80779 or 7718142. OLE color: 7718142.

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

Color convert

RGB 254 196 117 -
CMYK 0 0.23 0.54 0.00
HSL 34.6º 0.99% 0.73% -
HSV(B) 34.6º 0.54% 1% -
XYZ 63.82 61.84 25.4 -
YUV 204.34 78.72 163.42 -
System Red Green Blue C M Y K H S L
Decimal 254 196 117 0 0.23 0.54 0.00 34.6 0.99 0.73
Hex FE C4 75 0 17 36 0 23 63 49
Octal 376 304 165 0 27 66 0 43 143 111
Binary 11111110 11000100 1110101 0 10111 110110 0 100011 1100011 1001001

Color Harmonies of #FEC475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC475

Black with #FEC475

Text Example


Text Example

White with #FEC475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC475; }

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

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

background-color css

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

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

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

border-color css

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

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

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