#FBC484

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

Shades of Chardonnay #FBC484

Tints of Chardonnay #FBC484

Color information

#FBC484 (or 0xFBC484) is unknown color: approx Chardonnay. HEX triplet: FB, C4 and 84. RGB value is (251,196,132). Sum of RGB (Red+Green+Blue) = 251+196+132=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 196 (76.95% from 255 or 33.85% from 579); Blue value is 132 (51.95% from 255 or 22.80% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC484 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC484 is #043B7B. Grayscale: #CDCDCD. Windows color (decimal): -277372 or 8701179. OLE color: 8701179.

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

Color convert

RGB251196132-
CMYK00.220.470.02
HSL32.27º93.7%75.1%-
HSV(B)32.27º47.41%98.43%-
XYZ63.6961.6630.37-
YUV205.1586.72160.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.35%
GREEN value IS 196 (76.95% from 255) = 33.85%
BLUE value IS 132 (51.95% from 255) = 22.80%
R=43.35%
G=33.85%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119613200.220.470.0232.2793.775.1
HexFBC4840162F2205e4b
Octal37330420402657240136113
Binary1111101111000100100001000101101011111010000010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC484; }

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

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

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

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

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

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

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

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