#FEBE6A

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

Shades of Chardonnay #FEBE6A

Tints of Chardonnay #FEBE6A

Color information

#FEBE6A (or 0xFEBE6A) is unknown color: approx Chardonnay. HEX triplet: FE, BE and 6A. RGB value is (254,190,106). Sum of RGB (Red+Green+Blue) = 254+190+106=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 106 (41.80% from 255 or 19.27% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBE6A is #014195. Grayscale: #C7C7C7. Windows color (decimal): -82326 or 6995710. OLE color: 6995710.

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

Color convert

RGB254190106-
CMYK00.250.580.00
HSL34.05º98.67%70.59%-
HSV(B)34.05º58.27%99.61%-
XYZ61.8958.9421.75-
YUV199.5675.2166.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.18%
GREEN value IS 190 (74.61% from 255) = 34.55%
BLUE value IS 106 (41.80% from 255) = 19.27%
R=46.18%
G=34.55%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419010600.250.580.0034.0598.6770.59
HexFEBE6A0193A0226347
Octal37627615203172042143107
Binary11111110101111101101010011001111010010001011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBE6A; }

 p { color: rgb(254,190,106); }

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

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

 a { background-color: rgb(254,190,106); }

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

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

 span { border-color: rgb(254,190,106); }

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