#FDBE6A

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

Shades of Chardonnay #FDBE6A

Tints of Chardonnay #FDBE6A

Color information

#FDBE6A (or 0xFDBE6A) is unknown color: approx Chardonnay. HEX triplet: FD, BE and 6A. RGB value is (253,190,106). Sum of RGB (Red+Green+Blue) = 253+190+106=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 106 (41.80% from 255 or 19.31% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBE6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBE6A is #024195. Grayscale: #C7C7C7. Windows color (decimal): -147862 or 6995709. OLE color: 6995709.

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

Color convert

RGB253190106-
CMYK00.250.580.01
HSL34.29º97.35%70.39%-
HSV(B)34.29º58.1%99.22%-
XYZ61.5258.7521.73-
YUV199.2675.37166.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.08%
GREEN value IS 190 (74.61% from 255) = 34.61%
BLUE value IS 106 (41.80% from 255) = 19.31%
R=46.08%
G=34.61%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319010600.250.580.0134.2997.3570.39
HexFDBE6A0193A1226146
Octal37527615203172142141106
Binary11111101101111101101010011001111010110001011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBE6A; }

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

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

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

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

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

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

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

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