#FAC090

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

Shades of Peach-Orange #FAC090

Tints of Peach-Orange #FAC090

Color information

#FAC090 (or 0xFAC090) is unknown color: approx Peach-Orange. HEX triplet: FA, C0 and 90. RGB value is (250,192,144). Sum of RGB (Red+Green+Blue) = 250+192+144=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 144 (56.64% from 255 or 24.57% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC090 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC090 is #053F6F. Grayscale: #CCCCCC. Windows color (decimal): -343920 or 9486586. OLE color: 9486586.

HSL color Cylindrical-coordinate representation of color #FAC090: hue angle of 27.17º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FAC090 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB250192144-
CMYK00.230.420.02
HSL27.17º91.38%77.25%-
HSV(B)27.17º42.4%98.04%-
XYZ63.3160.0434.64-
YUV203.8794.22160.9-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.66%
GREEN value IS 192 (75.39% from 255) = 32.76%
BLUE value IS 144 (56.64% from 255) = 24.57%
R=42.66%
G=32.76%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019214400.230.420.0227.1791.3877.25
HexFAC0900172A21b5b4d
Octal37230022002752233133115
Binary111110101100000010010000010111101010101101110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC090; }

 p { color: rgb(250,192,144); }

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

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

 a { background-color: rgb(250,192,144); }

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

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

 span { border-color: rgb(250,192,144); }

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