#FBBF8D

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

Shades of Peach-Orange #FBBF8D

Tints of Peach-Orange #FBBF8D

Color information

#FBBF8D (or 0xFBBF8D) is unknown color: approx Peach-Orange. HEX triplet: FB, BF and 8D. RGB value is (251,191,141). Sum of RGB (Red+Green+Blue) = 251+191+141=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 141 (55.47% from 255 or 24.19% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBF8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBF8D is #044072. Grayscale: #CBCBCB. Windows color (decimal): -278643 or 9289723. OLE color: 9289723.

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

Color convert

RGB251191141-
CMYK00.240.440.02
HSL27.27º93.22%76.86%-
HSV(B)27.27º43.82%98.43%-
XYZ63.2259.6933.39-
YUV203.2492.88162.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.05%
GREEN value IS 191 (75% from 255) = 32.76%
BLUE value IS 141 (55.47% from 255) = 24.19%
R=43.05%
G=32.76%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119114100.240.440.0227.2793.2276.86
HexFBBF8D0182C21b5d4d
Octal37327721503054233135115
Binary111110111011111110001101011000101100101101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBF8D; }

 p { color: rgb(251,191,141); }

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

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

 a { background-color: rgb(251,191,141); }

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

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

 span { border-color: rgb(251,191,141); }

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