#FABF75

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

Shades of Chardonnay #FABF75

Tints of Chardonnay #FABF75

Color information

#FABF75 (or 0xFABF75) is unknown color: approx Chardonnay. HEX triplet: FA, BF and 75. RGB value is (250,191,117). Sum of RGB (Red+Green+Blue) = 250+191+117=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 117 (46.09% from 255 or 20.97% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABF75 is #05408A. Grayscale: #C8C8C8. Windows color (decimal): -344203 or 7716858. OLE color: 7716858.

HSL color Cylindrical-coordinate representation of color #FABF75: hue angle of 33.38º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FABF75 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB250191117-
CMYK00.240.530.02
HSL33.38º93.01%71.96%-
HSV(B)33.38º53.2%98.04%-
XYZ61.2758.8724.96-
YUV200.281.05163.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.80%
GREEN value IS 191 (75% from 255) = 34.23%
BLUE value IS 117 (46.09% from 255) = 20.97%
R=44.80%
G=34.23%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019111700.240.530.0233.3893.0171.96
HexFABF75018352215d48
Octal37227716503065241135110
Binary111110101011111111101010110001101011010000110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABF75; }

 p { color: rgb(250,191,117); }

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

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

 a { background-color: rgb(250,191,117); }

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

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

 span { border-color: rgb(250,191,117); }

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