#FBC58C

Color #FBC58C Peach-Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Orange #FBC58C

Tints of Peach-Orange #FBC58C

Color information

#FBC58C (or 0xFBC58C) is unknown color: approx Peach-Orange. HEX triplet: FB, C5 and 8C. RGB value is (251,197,140). Sum of RGB (Red+Green+Blue) = 251+197+140=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 140 (55.08% from 255 or 23.81% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC58C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC58C is #043A73. Grayscale: #CECECE. Windows color (decimal): -277108 or 9225723. OLE color: 9225723.

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

Color convert

RGB251197140-
CMYK00.220.440.02
HSL30.81º93.28%76.67%-
HSV(B)30.81º44.22%98.43%-
XYZ64.4862.3433.44-
YUV206.6590.39159.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.69%
GREEN value IS 197 (77.34% from 255) = 33.50%
BLUE value IS 140 (55.08% from 255) = 23.81%
R=42.69%
G=33.50%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119714000.220.440.0230.8193.2876.67
HexFBC58C0162C21f5d4d
Octal37330521402654237135115
Binary111110111100010110001100010110101100101111110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC58C; }

 p { color: rgb(251,197,140); }

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

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

 a { background-color: rgb(251,197,140); }

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

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

 span { border-color: rgb(251,197,140); }

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