#FEC272

Color #FEC272 Chardonnay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chardonnay #FEC272

Tints of Chardonnay #FEC272

Color information

#FEC272 (or 0xFEC272) is unknown color: approx Chardonnay. HEX triplet: FE, C2 and 72. RGB value is (254,194,114). Sum of RGB (Red+Green+Blue) = 254+194+114=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 114 (44.92% from 255 or 20.28% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC272 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC272 is #013D8D. Grayscale: #CBCBCB. Windows color (decimal): -81294 or 7521022. OLE color: 7521022.

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

Color convert

RGB254194114-
CMYK00.240.550.00
HSL34.29º98.59%72.16%-
HSV(B)34.29º55.12%99.61%-
XYZ63.260.8724.34-
YUV202.8277.88164.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.20%
GREEN value IS 194 (76.17% from 255) = 34.52%
BLUE value IS 114 (44.92% from 255) = 20.28%
R=45.20%
G=34.52%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419411400.240.550.0034.2998.5972.16
HexFEC272018370226348
Octal37630216203067042143110
Binary11111110110000101110010011000110111010001011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC272; }

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

 H1.HeaderClassName
 {
   color: #FEC272;
 }
 .AnyTagClassName
 {
   color: #FEC272;
 }
</style>
background-color css

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

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

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

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

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

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