#FEBF6A

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

Shades of Chardonnay #FEBF6A

Tints of Chardonnay #FEBF6A

Color information

#FEBF6A (or 0xFEBF6A) is unknown color: approx Chardonnay. HEX triplet: FE, BF and 6A. RGB value is (254,191,106). Sum of RGB (Red+Green+Blue) = 254+191+106=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 106 (41.80% from 255 or 19.24% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBF6A is #014095. Grayscale: #C8C8C8. Windows color (decimal): -82070 or 6995966. OLE color: 6995966.

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

Color convert

RGB254191106-
CMYK00.250.580.00
HSL34.46º98.67%70.59%-
HSV(B)34.46º58.27%99.61%-
XYZ62.1159.3721.82-
YUV200.1574.87166.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.10%
GREEN value IS 191 (75% from 255) = 34.66%
BLUE value IS 106 (41.80% from 255) = 19.24%
R=46.10%
G=34.66%
B=19.24%

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
Decimal25419110600.250.580.0034.4698.6770.59
HexFEBF6A0193A0226347
Octal37627715203172042143107
Binary11111110101111111101010011001111010010001011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBF6A; }

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

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

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

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

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

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

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

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