#FBC58B

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

Shades of Peach-Orange #FBC58B

Tints of Peach-Orange #FBC58B

Color information

#FBC58B (or 0xFBC58B) is unknown color: approx Peach-Orange. HEX triplet: FB, C5 and 8B. RGB value is (251,197,139). Sum of RGB (Red+Green+Blue) = 251+197+139=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 139 (54.69% from 255 or 23.68% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC58B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC58B is #043A74. Grayscale: #CECECE. Windows color (decimal): -277109 or 9160187. OLE color: 9160187.

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

Color convert

RGB251197139-
CMYK00.220.450.02
HSL31.07º93.33%76.47%-
HSV(B)31.07º44.62%98.43%-
XYZ64.4162.3133.06-
YUV206.5389.89159.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.76%
GREEN value IS 197 (77.34% from 255) = 33.56%
BLUE value IS 139 (54.69% from 255) = 23.68%
R=42.76%
G=33.56%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119713900.220.450.0231.0793.3376.47
HexFBC58B0162D21f5d4c
Octal37330521302655237135114
Binary111110111100010110001011010110101101101111110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC58B; }

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

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

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

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

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

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

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

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