#FBC18B

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

Shades of Peach-Orange #FBC18B

Tints of Peach-Orange #FBC18B

Color information

#FBC18B (or 0xFBC18B) is unknown color: approx Peach-Orange. HEX triplet: FB, C1 and 8B. RGB value is (251,193,139). Sum of RGB (Red+Green+Blue) = 251+193+139=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 193 (75.78% from 255 or 33.10% from 583); Blue value is 139 (54.69% from 255 or 23.84% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC18B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC18B is #043E74. Grayscale: #CCCCCC. Windows color (decimal): -278133 or 9159163. OLE color: 9159163.

HSL color Cylindrical-coordinate representation of color #FBC18B: hue angle of 28.93º 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 #FBC18B is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB251193139-
CMYK00.230.450.02
HSL28.93º93.33%76.47%-
HSV(B)28.93º44.62%98.43%-
XYZ63.5160.5132.76-
YUV204.1991.22161.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.05%
GREEN value IS 193 (75.78% from 255) = 33.10%
BLUE value IS 139 (54.69% from 255) = 23.84%
R=43.05%
G=33.10%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119313900.230.450.0228.9393.3376.47
HexFBC18B0172D21d5d4c
Octal37330121302755235135114
Binary111110111100000110001011010111101101101110110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC18B; }

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

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

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

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

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

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

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

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