#FBC99B

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

Shades of Peach-Orange #FBC99B

Tints of Peach-Orange #FBC99B

Color information

#FBC99B (or 0xFBC99B) is unknown color: approx Peach-Orange. HEX triplet: FB, C9 and 9B. RGB value is (251,201,155). Sum of RGB (Red+Green+Blue) = 251+201+155=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 201 (78.91% from 255 or 33.11% from 607); Blue value is 155 (60.94% from 255 or 25.54% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC99B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC99B is #043664. Grayscale: #D2D2D2. Windows color (decimal): -276069 or 10209787. OLE color: 10209787.

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

Color convert

RGB251201155-
CMYK00.200.380.02
HSL28.75º92.31%79.61%-
HSV(B)28.75º38.25%98.43%-
XYZ66.5964.6539.98-
YUV210.7196.57156.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.35%
GREEN value IS 201 (78.91% from 255) = 33.11%
BLUE value IS 155 (60.94% from 255) = 25.54%
R=41.35%
G=33.11%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120115500.200.380.0228.7592.3179.61
HexFBC99B0142621d5c50
Octal37331123302446235134120
Binary111110111100100110011011010100100110101110110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC99B; }

 p { color: rgb(251,201,155); }

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

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

 a { background-color: rgb(251,201,155); }

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

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

 span { border-color: rgb(251,201,155); }

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