Html Css Color HEX #FEC472 Chardonnay

📋 copy color: '#FEC472'

red 254 ◦ green 196 ◦ blue 114

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

Shades of Chardonnay #FEC472

Tints of Chardonnay #FEC472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.21%

R = 45.04%
G = 34.75%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FEC472 (or 0xFEC472) is known color: Chardonnay. HEX triplet: FE, C4 and 72. RGB value is (254,196,114). Sum of RGB (Red+Green+Blue) = 254+196+114=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 196 (76.95% from 255 or 34.75% from 564); Blue value is 114 (44.92% from 255 or 20.21% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC472 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC472 is #013B8D. Grayscale: #CCCCCC. Windows color (decimal): -80782 or 7521534. OLE color: 7521534.

HSL color Cylindrical-coordinate representation of color #FEC472: hue angle of 35.14º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FEC472 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 196 114 -
CMYK 0 0.23 0.55 0.00
HSL 35.14º 0.99% 0.72% -
HSV(B) 35.14º 0.55% 1% -
XYZ 63.65 61.77 24.49 -
YUV 203.99 77.22 163.67 -
System Red Green Blue C M Y K H S L
Decimal 254 196 114 0 0.23 0.55 0.00 35.14 0.99 0.72
Hex FE C4 72 0 17 37 0 23 63 48
Octal 376 304 162 0 27 67 0 43 143 110
Binary 11111110 11000100 1110010 0 10111 110111 0 100011 1100011 1001000

Color Harmonies of #FEC472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC472

Black with #FEC472

Text Example


Text Example

White with #FEC472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC472; }

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

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

background-color css

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

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

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

border-color css

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

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

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