#FDBF70

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

Shades of Chardonnay #FDBF70

Tints of Chardonnay #FDBF70

Color information

#FDBF70 (or 0xFDBF70) is unknown color: approx Chardonnay. HEX triplet: FD, BF and 70. RGB value is (253,191,112). Sum of RGB (Red+Green+Blue) = 253+191+112=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 112 (44.14% from 255 or 20.14% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBF70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBF70 is #02408F. Grayscale: #C8C8C8. Windows color (decimal): -147600 or 7389181. OLE color: 7389181.

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

Color convert

RGB253191112-
CMYK00.250.560.01
HSL33.62º97.24%71.57%-
HSV(B)33.62º55.73%99.22%-
XYZ62.0659.3123.51-
YUV200.5378.04165.42-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.50%
GREEN value IS 191 (75% from 255) = 34.35%
BLUE value IS 112 (44.14% from 255) = 20.14%
R=45.50%
G=34.35%
B=20.14%

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
Decimal25319111200.250.560.0133.6297.2471.57
HexFDBF70019381226148
Octal37527716003170142141110
Binary11111101101111111110000011001111000110001011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBF70; }

 p { color: rgb(253,191,112); }

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

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

 a { background-color: rgb(253,191,112); }

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

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

 span { border-color: rgb(253,191,112); }

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