#FBC89A

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

Shades of Peach-Orange #FBC89A

Tints of Peach-Orange #FBC89A

Color information

#FBC89A (or 0xFBC89A) is unknown color: approx Peach-Orange. HEX triplet: FB, C8 and 9A. RGB value is (251,200,154). Sum of RGB (Red+Green+Blue) = 251+200+154=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 200 (78.52% from 255 or 33.06% from 605); Blue value is 154 (60.55% from 255 or 25.45% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC89A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC89A is #043765. Grayscale: #D2D2D2. Windows color (decimal): -276326 or 10143995. OLE color: 10143995.

HSL color Cylindrical-coordinate representation of color #FBC89A: hue angle of 28.45º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FBC89A is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB251200154-
CMYK00.200.390.02
HSL28.45º92.38%79.41%-
HSV(B)28.45º38.65%98.43%-
XYZ66.2764.1539.46-
YUV21096.4157.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.49%
GREEN value IS 200 (78.52% from 255) = 33.06%
BLUE value IS 154 (60.55% from 255) = 25.45%
R=41.49%
G=33.06%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120015400.200.390.0228.4592.3879.41
HexFBC89A0142721c5c4f
Octal37331023202447234134117
Binary111110111100100010011010010100100111101110010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC89A; }

 p { color: rgb(251,200,154); }

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

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

 a { background-color: rgb(251,200,154); }

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

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

 span { border-color: rgb(251,200,154); }

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