#FACF9B

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

Shades of Peach-Orange #FACF9B

Tints of Peach-Orange #FACF9B

Color information

#FACF9B (or 0xFACF9B) is unknown color: approx Peach-Orange. HEX triplet: FA, CF and 9B. RGB value is (250,207,155). Sum of RGB (Red+Green+Blue) = 250+207+155=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 155 (60.94% from 255 or 25.33% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACF9B is #053064. Grayscale: #D6D6D6. Windows color (decimal): -340069 or 10211322. OLE color: 10211322.

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

Color convert

RGB250207155-
CMYK00.170.380.02
HSL32.84º90.48%79.41%-
HSV(B)32.84º38%98.04%-
XYZ67.6567.3240.44-
YUV213.9394.75153.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.85%
GREEN value IS 207 (81.25% from 255) = 33.82%
BLUE value IS 155 (60.94% from 255) = 25.33%
R=40.85%
G=33.82%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020715500.170.380.0232.8490.4879.41
HexFACF9B011262215a4f
Octal37231723302146241132117
Binary1111101011001111100110110100011001101010000110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACF9B; }

 p { color: rgb(250,207,155); }

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

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

 a { background-color: rgb(250,207,155); }

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

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

 span { border-color: rgb(250,207,155); }

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