#FACD92

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

Shades of Peach-Orange #FACD92

Tints of Peach-Orange #FACD92

Color information

#FACD92 (or 0xFACD92) is unknown color: approx Peach-Orange. HEX triplet: FA, CD and 92. RGB value is (250,205,146). Sum of RGB (Red+Green+Blue) = 250+205+146=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 146 (57.42% from 255 or 24.29% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACD92 is #05326D. Grayscale: #D4D4D4. Windows color (decimal): -340590 or 9620986. OLE color: 9620986.

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

Color convert

RGB250205146-
CMYK00.180.420.02
HSL34.04º91.23%77.65%-
HSV(B)34.04º41.6%98.04%-
XYZ66.4466.0636.44-
YUV211.7390.91155.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.60%
GREEN value IS 205 (80.47% from 255) = 34.11%
BLUE value IS 146 (57.42% from 255) = 24.29%
R=41.60%
G=34.11%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020514600.180.420.0234.0491.2377.65
HexFACD920122A2225b4e
Octal37231522202252242133116
Binary1111101011001101100100100100101010101010001010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACD92; }

 p { color: rgb(250,205,146); }

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

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

 a { background-color: rgb(250,205,146); }

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

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

 span { border-color: rgb(250,205,146); }

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