#FDBE6F

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

Shades of Chardonnay #FDBE6F

Tints of Chardonnay #FDBE6F

Color information

#FDBE6F (or 0xFDBE6F) is unknown color: approx Chardonnay. HEX triplet: FD, BE and 6F. RGB value is (253,190,111). Sum of RGB (Red+Green+Blue) = 253+190+111=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 111 (43.75% from 255 or 20.04% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBE6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBE6F is #024190. Grayscale: #C8C8C8. Windows color (decimal): -147857 or 7323389. OLE color: 7323389.

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

Color convert

RGB253190111-
CMYK00.250.560.01
HSL33.38º97.26%71.37%-
HSV(B)33.38º56.13%99.22%-
XYZ61.7958.8623.14-
YUV199.8377.87165.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.67%
GREEN value IS 190 (74.61% from 255) = 34.30%
BLUE value IS 111 (43.75% from 255) = 20.04%
R=45.67%
G=34.30%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319011100.250.560.0133.3897.2671.37
HexFDBE6F019381216147
Octal37527615703170141141107
Binary11111101101111101101111011001111000110000111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBE6F; }

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

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

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

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

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

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

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

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