#FBC470

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

Shades of Chardonnay #FBC470

Tints of Chardonnay #FBC470

Color information

#FBC470 (or 0xFBC470) is unknown color: approx Chardonnay. HEX triplet: FB, C4 and 70. RGB value is (251,196,112). Sum of RGB (Red+Green+Blue) = 251+196+112=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 112 (44.14% from 255 or 20.04% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC470 is #043B8F. Grayscale: #CBCBCB. Windows color (decimal): -277392 or 7390459. OLE color: 7390459.

HSL color Cylindrical-coordinate representation of color #FBC470: hue angle of 36.26º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FBC470 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB251196112-
CMYK00.220.550.02
HSL36.26º94.56%71.18%-
HSV(B)36.26º55.38%98.43%-
XYZ62.4561.1623.84-
YUV202.8776.72162.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.90%
GREEN value IS 196 (76.95% from 255) = 35.06%
BLUE value IS 112 (44.14% from 255) = 20.04%
R=44.90%
G=35.06%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119611200.220.550.0236.2694.5671.18
HexFBC470016372245f47
Octal37330416002667244137107
Binary111110111100010011100000101101101111010010010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC470; }

 p { color: rgb(251,196,112); }

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

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

 a { background-color: rgb(251,196,112); }

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

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

 span { border-color: rgb(251,196,112); }

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